Html Css Color HEX #BAB470 Dark Khaki

📋 copy color: '#BAB470'

red 186 ◦ green 180 ◦ blue 112

#BAB470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BAB470

Tints of Dark Khaki #BAB470

RGB

 RED value IS 186 (73.05% from 255) = 38.91%

 GREEN value IS 180 (70.7% from 255) = 37.66%

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 38.91%
G = 37.66%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAB470 (or 0xBAB470) is known color: Dark Khaki. HEX triplet: BA, B4 and 70. RGB value is (186,180,112). Sum of RGB (Red+Green+Blue) = 186+180+112=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB470 is #454B8F. Grayscale: #AEAEAE. Windows color (decimal): -4541328 or 7386298. OLE color: 7386298.

HSL color Cylindrical-coordinate representation of color #BAB470: hue angle of 55.14º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB470 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 112 -
CMYK 0 0.03 0.40 0.27
HSL 55.14º 0.35% 0.58% -
HSV(B) 55.14º 0.4% 0.73% -
XYZ 39.5 44.25 21.79 -
YUV 174.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 186 180 112 0 0.03 0.40 0.27 55.14 0.35 0.58
Hex BA B4 70 0 3 28 1B 37 23 3A
Octal 272 264 160 0 3 50 33 67 43 72
Binary 10111010 10110100 1110000 0 11 101000 11011 110111 100011 111010

Color Harmonies of #BAB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB470

Black with #BAB470

Text Example


Text Example

White with #BAB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB470; }

 p { color: rgb(186,180,112); }

 H1.HeaderClassName
 {
   color: #BAB470;
 }
 .AnyTagClassName
 {
   color: #BAB470;
 }
</style>

background-color css

<style>
 a { background-color: #BAB470; }

 a { background-color: rgb(186,180,112); }

 div.DivClassName
 {
   background-color: #BAB470;
 }
 .BgClassName
 {
   background-color: #BAB470;
 }
</style>

border-color css

<style>
 span { border-color: #BAB470; }

 span { border-color: rgb(186,180,112); }

 td.TdClassName
 {
   border-color: #BAB470;
 }
 .TagClassName
 {
   border-color: #BAB470;
 }
</style>