Html Css Color HEX #BAB567 Dark Khaki

📋 copy color: '#BAB567'

red 186 ◦ green 181 ◦ blue 103

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

Shades of Dark Khaki #BAB567

Tints of Dark Khaki #BAB567

RGB

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

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

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

R = 39.57%
G = 38.51%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB567 (or 0xBAB567) is known color: Dark Khaki. HEX triplet: BA, B5 and 67. RGB value is (186,181,103). Sum of RGB (Red+Green+Blue) = 186+181+103=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB567 is #454A98. Grayscale: #ADADAD. Windows color (decimal): -4541081 or 6796730. OLE color: 6796730.

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

Color convert

RGB 186 181 103 -
CMYK 0 0.03 0.45 0.27
HSL 56.39º 0.38% 0.57% -
HSV(B) 56.39º 0.45% 0.73% -
XYZ 39.22 44.47 19.35 -
YUV 173.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 186 181 103 0 0.03 0.45 0.27 56.39 0.38 0.57
Hex BA B5 67 0 3 2D 1B 38 26 39
Octal 272 265 147 0 3 55 33 70 46 71
Binary 10111010 10110101 1100111 0 11 101101 11011 111000 100110 111001

Color Harmonies of #BAB567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB567

Black with #BAB567

Text Example


Text Example

White with #BAB567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB567; }

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

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

background-color css

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

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

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

border-color css

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

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

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