Html Css Color HEX #BAB577 Dark Khaki

📋 copy color: '#BAB577'

red 186 ◦ green 181 ◦ blue 119

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

Shades of Dark Khaki #BAB577

Tints of Dark Khaki #BAB577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 38.27%
G = 37.24%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BAB577 (or 0xBAB577) is known color: Dark Khaki. HEX triplet: BA, B5 and 77. RGB value is (186,181,119). Sum of RGB (Red+Green+Blue) = 186+181+119=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB577 is #454A88. Grayscale: #AFAFAF. Windows color (decimal): -4541065 or 7845306. OLE color: 7845306.

HSL color Cylindrical-coordinate representation of color #BAB577: hue angle of 55.52º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAB577 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 119 -
CMYK 0 0.03 0.36 0.27
HSL 55.52º 0.33% 0.6% -
HSV(B) 55.52º 0.36% 0.73% -
XYZ 40.1 44.82 23.99 -
YUV 175.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 186 181 119 0 0.03 0.36 0.27 55.52 0.33 0.6
Hex BA B5 77 0 3 24 1B 38 21 3C
Octal 272 265 167 0 3 44 33 70 41 74
Binary 10111010 10110101 1110111 0 11 100100 11011 111000 100001 111100

Color Harmonies of #BAB577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB577

Black with #BAB577

Text Example


Text Example

White with #BAB577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB577; }

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

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

background-color css

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

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

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

border-color css

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

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

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