Html Css Color HEX #BAB766 Dark Khaki

📋 copy color: '#BAB766'

red 186 ◦ green 183 ◦ blue 102

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

Shades of Dark Khaki #BAB766

Tints of Dark Khaki #BAB766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.85%

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 39.49%
G = 38.85%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB766 (or 0xBAB766) is known color: Dark Khaki. HEX triplet: BA, B7 and 66. RGB value is (186,183,102). Sum of RGB (Red+Green+Blue) = 186+183+102=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB766 is #454899. Grayscale: #AEAEAE. Windows color (decimal): -4540570 or 6731706. OLE color: 6731706.

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

Color convert

RGB 186 183 102 -
CMYK 0 0.02 0.45 0.27
HSL 57.86º 0.38% 0.56% -
HSV(B) 57.86º 0.45% 0.73% -
XYZ 39.58 45.27 19.22 -
YUV 174.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 186 183 102 0 0.02 0.45 0.27 57.86 0.38 0.56
Hex BA B7 66 0 2 2D 1B 3A 26 38
Octal 272 267 146 0 2 55 33 72 46 70
Binary 10111010 10110111 1100110 0 10 101101 11011 111010 100110 111000

Color Harmonies of #BAB766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB766

Black with #BAB766

Text Example


Text Example

White with #BAB766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB766; }

 p { color: rgb(186,183,102); }

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

background-color css

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

 a { background-color: rgb(186,183,102); }

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

border-color css

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

 span { border-color: rgb(186,183,102); }

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