Html Css Color HEX #BAB476 Dark Khaki

📋 copy color: '#BAB476'

red 186 ◦ green 180 ◦ blue 118

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

Shades of Dark Khaki #BAB476

Tints of Dark Khaki #BAB476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 38.43%
G = 37.19%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB476 (or 0xBAB476) is known color: Dark Khaki. HEX triplet: BA, B4 and 76. RGB value is (186,180,118). Sum of RGB (Red+Green+Blue) = 186+180+118=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB476 is #454B89. Grayscale: #AEAEAE. Windows color (decimal): -4541322 or 7779514. OLE color: 7779514.

HSL color Cylindrical-coordinate representation of color #BAB476: hue angle of 54.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAB476 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 118 -
CMYK 0 0.03 0.37 0.27
HSL 54.71º 0.33% 0.6% -
HSV(B) 54.71º 0.37% 0.73% -
XYZ 39.84 44.39 23.61 -
YUV 174.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 186 180 118 0 0.03 0.37 0.27 54.71 0.33 0.6
Hex BA B4 76 0 3 25 1B 37 21 3C
Octal 272 264 166 0 3 45 33 67 41 74
Binary 10111010 10110100 1110110 0 11 100101 11011 110111 100001 111100

Color Harmonies of #BAB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB476

Black with #BAB476

Text Example


Text Example

White with #BAB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB476; }

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

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

background-color css

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

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

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

border-color css

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

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

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