Html Css Color HEX #BAB267 Dark Khaki

📋 copy color: '#BAB267'

red 186 ◦ green 178 ◦ blue 103

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

Shades of Dark Khaki #BAB267

Tints of Dark Khaki #BAB267

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

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

R = 39.83%
G = 38.12%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB267 (or 0xBAB267) is known color: Dark Khaki. HEX triplet: BA, B2 and 67. RGB value is (186,178,103). Sum of RGB (Red+Green+Blue) = 186+178+103=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB267 is #454D98. Grayscale: #ACACAC. Windows color (decimal): -4541849 or 6795962. OLE color: 6795962.

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

Color convert

RGB 186 178 103 -
CMYK 0 0.04 0.45 0.27
HSL 54.22º 0.38% 0.57% -
HSV(B) 54.22º 0.45% 0.73% -
XYZ 38.62 43.26 19.15 -
YUV 171.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 186 178 103 0 0.04 0.45 0.27 54.22 0.38 0.57
Hex BA B2 67 0 4 2D 1B 36 26 39
Octal 272 262 147 0 4 55 33 66 46 71
Binary 10111010 10110010 1100111 0 100 101101 11011 110110 100110 111001

Color Harmonies of #BAB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB267

Black with #BAB267

Text Example


Text Example

White with #BAB267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB267; }

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

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

background-color css

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

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

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

border-color css

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

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

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