Html Css Color HEX #BAB367 Dark Khaki

📋 copy color: '#BAB367'

red 186 ◦ green 179 ◦ blue 103

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

Shades of Dark Khaki #BAB367

Tints of Dark Khaki #BAB367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

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

R = 39.74%
G = 38.25%
B = 22.01%

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

#BAB367 (or 0xBAB367) is known color: Dark Khaki. HEX triplet: BA, B3 and 67. RGB value is (186,179,103). Sum of RGB (Red+Green+Blue) = 186+179+103=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB367 is #454C98. Grayscale: #ACACAC. Windows color (decimal): -4541593 or 6796218. OLE color: 6796218.

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

Color convert

RGB 186 179 103 -
CMYK 0 0.04 0.45 0.27
HSL 54.94º 0.38% 0.57% -
HSV(B) 54.94º 0.45% 0.73% -
XYZ 38.82 43.66 19.21 -
YUV 172.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 186 179 103 0 0.04 0.45 0.27 54.94 0.38 0.57
Hex BA B3 67 0 4 2D 1B 37 26 39
Octal 272 263 147 0 4 55 33 67 46 71
Binary 10111010 10110011 1100111 0 100 101101 11011 110111 100110 111001

Color Harmonies of #BAB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB367

Black with #BAB367

Text Example


Text Example

White with #BAB367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB367; }

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

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

background-color css

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

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

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

border-color css

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

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

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