Html Css Color HEX #BAB369 Dark Khaki

📋 copy color: '#BAB369'

red 186 ◦ green 179 ◦ blue 105

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

Shades of Dark Khaki #BAB369

Tints of Dark Khaki #BAB369

RGB

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

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

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

R = 39.57%
G = 38.09%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAB369 (or 0xBAB369) is known color: Dark Khaki. HEX triplet: BA, B3 and 69. RGB value is (186,179,105). Sum of RGB (Red+Green+Blue) = 186+179+105=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB369 is #454C96. Grayscale: #ACACAC. Windows color (decimal): -4541591 or 6927290. OLE color: 6927290.

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

Color convert

RGB 186 179 105 -
CMYK 0 0.04 0.44 0.27
HSL 54.81º 0.37% 0.57% -
HSV(B) 54.81º 0.44% 0.73% -
XYZ 38.92 43.7 19.75 -
YUV 172.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 186 179 105 0 0.04 0.44 0.27 54.81 0.37 0.57
Hex BA B3 69 0 4 2C 1B 37 25 39
Octal 272 263 151 0 4 54 33 67 45 71
Binary 10111010 10110011 1101001 0 100 101100 11011 110111 100101 111001

Color Harmonies of #BAB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB369

Black with #BAB369

Text Example


Text Example

White with #BAB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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