Html Css Color HEX #B5AF73 Dark Khaki

📋 copy color: '#B5AF73'

red 181 ◦ green 175 ◦ blue 115

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

Shades of Dark Khaki #B5AF73

Tints of Dark Khaki #B5AF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.15%

 BLUE value IS 115 (45.31% from 255) = 24.42%

R = 38.43%
G = 37.15%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B5AF73 (or 0xB5AF73) is known color: Dark Khaki. HEX triplet: B5, AF and 73. RGB value is (181,175,115). Sum of RGB (Red+Green+Blue) = 181+175+115=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF73 is #4A508C. Grayscale: #AAAAAA. Windows color (decimal): -4870285 or 7581621. OLE color: 7581621.

HSL color Cylindrical-coordinate representation of color #B5AF73: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5AF73 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 115 -
CMYK 0 0.03 0.36 0.29
HSL 54.55º 0.31% 0.58% -
HSV(B) 54.55º 0.36% 0.71% -
XYZ 37.48 41.72 22.3 -
YUV 169.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 181 175 115 0 0.03 0.36 0.29 54.55 0.31 0.58
Hex B5 AF 73 0 3 24 1D 37 1F 3A
Octal 265 257 163 0 3 44 35 67 37 72
Binary 10110101 10101111 1110011 0 11 100100 11101 110111 11111 111010

Color Harmonies of #B5AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF73

Black with #B5AF73

Text Example


Text Example

White with #B5AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF73; }

 p { color: rgb(181,175,115); }

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

background-color css

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

 a { background-color: rgb(181,175,115); }

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

border-color css

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

 span { border-color: rgb(181,175,115); }

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