Html Css Color HEX #B5AF6F Dark Khaki

📋 copy color: '#B5AF6F'

red 181 ◦ green 175 ◦ blue 111

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

Shades of Dark Khaki #B5AF6F

Tints of Dark Khaki #B5AF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 38.76%
G = 37.47%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5AF6F (or 0xB5AF6F) is known color: Dark Khaki. HEX triplet: B5, AF and 6F. RGB value is (181,175,111). Sum of RGB (Red+Green+Blue) = 181+175+111=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF6F is #4A5090. Grayscale: #A9A9A9. Windows color (decimal): -4870289 or 7319477. OLE color: 7319477.

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

Color convert

RGB 181 175 111 -
CMYK 0 0.03 0.39 0.29
HSL 54.86º 0.32% 0.57% -
HSV(B) 54.86º 0.39% 0.71% -
XYZ 37.26 41.63 21.11 -
YUV 169.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 181 175 111 0 0.03 0.39 0.29 54.86 0.32 0.57
Hex B5 AF 6F 0 3 27 1D 37 20 39
Octal 265 257 157 0 3 47 35 67 40 71
Binary 10110101 10101111 1101111 0 11 100111 11101 110111 100000 111001

Color Harmonies of #B5AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF6F

Black with #B5AF6F

Text Example


Text Example

White with #B5AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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