Html Css Color HEX #BAB568 Dark Khaki

📋 copy color: '#BAB568'

red 186 ◦ green 181 ◦ blue 104

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

Shades of Dark Khaki #BAB568

Tints of Dark Khaki #BAB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 39.49%
G = 38.43%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAB568 (or 0xBAB568) is known color: Dark Khaki. HEX triplet: BA, B5 and 68. RGB value is (186,181,104). Sum of RGB (Red+Green+Blue) = 186+181+104=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB568 is #454A97. Grayscale: #AEAEAE. Windows color (decimal): -4541080 or 6862266. OLE color: 6862266.

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

Color convert

RGB 186 181 104 -
CMYK 0 0.03 0.44 0.27
HSL 56.34º 0.37% 0.57% -
HSV(B) 56.34º 0.44% 0.73% -
XYZ 39.27 44.49 19.61 -
YUV 173.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 186 181 104 0 0.03 0.44 0.27 56.34 0.37 0.57
Hex BA B5 68 0 3 2C 1B 38 25 39
Octal 272 265 150 0 3 54 33 70 45 71
Binary 10111010 10110101 1101000 0 11 101100 11011 111000 100101 111001

Color Harmonies of #BAB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB568

Black with #BAB568

Text Example


Text Example

White with #BAB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB568; }

 p { color: rgb(186,181,104); }

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

background-color css

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

 a { background-color: rgb(186,181,104); }

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

border-color css

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

 span { border-color: rgb(186,181,104); }

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