Html Css Color HEX #BAB472 Dark Khaki

📋 copy color: '#BAB472'

red 186 ◦ green 180 ◦ blue 114

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

Shades of Dark Khaki #BAB472

Tints of Dark Khaki #BAB472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 38.75%
G = 37.5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAB472 (or 0xBAB472) is known color: Dark Khaki. HEX triplet: BA, B4 and 72. RGB value is (186,180,114). Sum of RGB (Red+Green+Blue) = 186+180+114=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB472 is #454B8D. Grayscale: #AEAEAE. Windows color (decimal): -4541326 or 7517370. OLE color: 7517370.

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

Color convert

RGB 186 180 114 -
CMYK 0 0.03 0.39 0.27
HSL 55º 0.34% 0.59% -
HSV(B) 55º 0.39% 0.73% -
XYZ 39.61 44.3 22.38 -
YUV 174.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 186 180 114 0 0.03 0.39 0.27 55 0.34 0.59
Hex BA B4 72 0 3 27 1B 37 22 3B
Octal 272 264 162 0 3 47 33 67 42 73
Binary 10111010 10110100 1110010 0 11 100111 11011 110111 100010 111011

Color Harmonies of #BAB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB472

Black with #BAB472

Text Example


Text Example

White with #BAB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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