Html Css Color HEX #BABB69 Dark Khaki

📋 copy color: '#BABB69'

red 186 ◦ green 187 ◦ blue 105

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

Shades of Dark Khaki #BABB69

Tints of Dark Khaki #BABB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 38.91%
G = 39.12%
B = 21.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BABB69 (or 0xBABB69) is known color: Dark Khaki. HEX triplet: BA, BB and 69. RGB value is (186,187,105). Sum of RGB (Red+Green+Blue) = 186+187+105=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB69 is #454496. Grayscale: #B1B1B1. Windows color (decimal): -4539543 or 6929338. OLE color: 6929338.

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

Color convert

RGB 186 187 105 -
CMYK 0.01 0 0.44 0.27
HSL 60.73º 0.38% 0.57% -
HSV(B) 60.73º 0.44% 0.73% -
XYZ 40.57 47 20.3 -
YUV 177.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 186 187 105 0.01 0 0.44 0.27 60.73 0.38 0.57
Hex BA BB 69 1 0 2C 1B 3D 26 39
Octal 272 273 151 1 0 54 33 75 46 71
Binary 10111010 10111011 1101001 1 0 101100 11011 111101 100110 111001

Color Harmonies of #BABB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB69

Black with #BABB69

Text Example


Text Example

White with #BABB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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