Html Css Color HEX #BAB478 Dark Khaki

📋 copy color: '#BAB478'

red 186 ◦ green 180 ◦ blue 120

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

Shades of Dark Khaki #BAB478

Tints of Dark Khaki #BAB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 38.27%
G = 37.04%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAB478 (or 0xBAB478) is known color: Dark Khaki. HEX triplet: BA, B4 and 78. RGB value is (186,180,120). Sum of RGB (Red+Green+Blue) = 186+180+120=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB478 is #454B87. Grayscale: #AFAFAF. Windows color (decimal): -4541320 or 7910586. OLE color: 7910586.

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

Color convert

RGB 186 180 120 -
CMYK 0 0.03 0.35 0.27
HSL 54.55º 0.32% 0.6% -
HSV(B) 54.55º 0.35% 0.73% -
XYZ 39.96 44.44 24.24 -
YUV 174.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 186 180 120 0 0.03 0.35 0.27 54.55 0.32 0.6
Hex BA B4 78 0 3 23 1B 37 20 3C
Octal 272 264 170 0 3 43 33 67 40 74
Binary 10111010 10110100 1111000 0 11 100011 11011 110111 100000 111100

Color Harmonies of #BAB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB478

Black with #BAB478

Text Example


Text Example

White with #BAB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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