Html Css Color HEX #BABB67 Dark Khaki

📋 copy color: '#BABB67'

red 186 ◦ green 187 ◦ blue 103

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

Shades of Dark Khaki #BABB67

Tints of Dark Khaki #BABB67

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

 BLUE value IS 103 (40.63% from 255) = 21.64%

R = 39.08%
G = 39.29%
B = 21.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BABB67 (or 0xBABB67) is known color: Dark Khaki. HEX triplet: BA, BB and 67. RGB value is (186,187,103). Sum of RGB (Red+Green+Blue) = 186+187+103=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB67 is #454498. Grayscale: #B1B1B1. Windows color (decimal): -4539545 or 6798266. OLE color: 6798266.

HSL color Cylindrical-coordinate representation of color #BABB67: hue angle of 60.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BABB67 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 103 -
CMYK 0.01 0 0.45 0.27
HSL 60.71º 0.38% 0.57% -
HSV(B) 60.71º 0.45% 0.73% -
XYZ 40.47 46.96 19.76 -
YUV 177.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 186 187 103 0.01 0 0.45 0.27 60.71 0.38 0.57
Hex BA BB 67 1 0 2D 1B 3D 26 39
Octal 272 273 147 1 0 55 33 75 46 71
Binary 10111010 10111011 1100111 1 0 101101 11011 111101 100110 111001

Color Harmonies of #BABB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB67

Black with #BABB67

Text Example


Text Example

White with #BABB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB67; }

 p { color: rgb(186,187,103); }

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

background-color css

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

 a { background-color: rgb(186,187,103); }

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

border-color css

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

 span { border-color: rgb(186,187,103); }

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