Color Hex Logo

#ba975c Color Hex

#BA975C
(186,151,92)
0 Favorites   0 Comments

Color spaces of #ba975c

RGB 18615192
HSL0.100.410.55
HSV38°51°73°
CMYK 0.000.190.51   0.27
XYZ33.248133.345014.8091
Yxy33.34500.40840.4096
Hunter Lab57.74511.721525.2163
CIE-Lab64.43935.579135.8348

#ba975c color RGB value is (186,151,92).

#ba975c hex color red value is 186, green value is 151 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ba975c hue: 0.10 , saturation: 0.41 and the lightness value of ba975c is 0.55.

The process color (four color CMYK) of #ba975c color hex is 0.00, 0.19, 0.51, 0.27. Web safe color of #ba975c is #cc9966. Color #ba975c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 01011100
Octal 272 227 134
Decimal 186 151 92
Hex BA 97 5C

RGB Percentages of Color #ba975c

%43.36
%35.20
%21.45

CMYK Percentages of Color #ba975c

%0
%19
%51
%27

Triadic Colors of #ba975c

#ba975c #5cba97 #975cba

Analogous Colors of #ba975c

#ba975c #aeba5c #ba685c

Monochromatic Colors of #ba975c

#ba975c

Complementary Color

#ba975c #5c7fba

#ba975c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba975c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba975c Color CSS Codes

.mybgcolor {background-color:#ba975c; } 
.myforecolor {color:#ba975c; }
.mybordercolor {border:3px solid #ba975c; }

#ba975c Text Font Color

<p style="color:#ba975c">Text here</p>

This sample text font color is #ba975c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ba975c Background Color

<div style="background-color:#ba975c">
Div content here</div>

This div background color is #ba975c


#ba975c Border Color

<div style="border:3px solid #ba975c">
Div here</div>

This div border color is #ba975c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,151,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba975c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba975c;
  -webkit-box-shadow: 1px 1px 3px 2px #ba975c;
  box-shadow:         1px 1px 3px 2px #ba975c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,151,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba975c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ba975c;
  -webkit-box-shadow: 1px 1px 3px 2px #ba975c;
  box-shadow:         1px 1px 3px 2px #ba975c;">
Div content here</div>

This div box has shadow with color #ba975c


Comments

No comments written yet.

Please login to write comment.