Html Css Color HEX #BAB667 Dark Khaki

📋 copy color: '#BAB667'

red 186 ◦ green 182 ◦ blue 103

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

Shades of Dark Khaki #BAB667

Tints of Dark Khaki #BAB667

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

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

R = 39.49%
G = 38.64%
B = 21.87%

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

#BAB667 (or 0xBAB667) is known color: Dark Khaki. HEX triplet: BA, B6 and 67. RGB value is (186,182,103). Sum of RGB (Red+Green+Blue) = 186+182+103=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB667 is #454998. Grayscale: #AEAEAE. Windows color (decimal): -4540825 or 6796986. OLE color: 6796986.

HSL color Cylindrical-coordinate representation of color #BAB667: hue angle of 57.11º 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 #BAB667 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 103 -
CMYK 0 0.02 0.45 0.27
HSL 57.11º 0.38% 0.57% -
HSV(B) 57.11º 0.45% 0.73% -
XYZ 39.43 44.87 19.42 -
YUV 174.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 186 182 103 0 0.02 0.45 0.27 57.11 0.38 0.57
Hex BA B6 67 0 2 2D 1B 39 26 39
Octal 272 266 147 0 2 55 33 71 46 71
Binary 10111010 10110110 1100111 0 10 101101 11011 111001 100110 111001

Color Harmonies of #BAB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB667

Black with #BAB667

Text Example


Text Example

White with #BAB667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB667; }

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

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

background-color css

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

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

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

border-color css

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

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

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