Html Css Color HEX #B6AF70 Dark Khaki

📋 copy color: '#B6AF70'

red 182 ◦ green 175 ◦ blue 112

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

Shades of Dark Khaki #B6AF70

Tints of Dark Khaki #B6AF70

RGB

 RED value IS 182 (71.48% from 255) = 38.81%

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

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 38.81%
G = 37.31%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B6AF70 (or 0xB6AF70) is known color: Dark Khaki. HEX triplet: B6, AF and 70. RGB value is (182,175,112). Sum of RGB (Red+Green+Blue) = 182+175+112=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF70 is #49508F. Grayscale: #AAAAAA. Windows color (decimal): -4804752 or 7385014. OLE color: 7385014.

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

Color convert

RGB 182 175 112 -
CMYK 0 0.04 0.38 0.29
HSL 54º 0.32% 0.58% -
HSV(B) 54º 0.38% 0.71% -
XYZ 37.55 41.77 21.41 -
YUV 169.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 182 175 112 0 0.04 0.38 0.29 54 0.32 0.58
Hex B6 AF 70 0 4 26 1D 36 20 3A
Octal 266 257 160 0 4 46 35 66 40 72
Binary 10110110 10101111 1110000 0 100 100110 11101 110110 100000 111010

Color Harmonies of #B6AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AF70

Black with #B6AF70

Text Example


Text Example

White with #B6AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AF70; }

 p { color: rgb(182,175,112); }

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

background-color css

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

 a { background-color: rgb(182,175,112); }

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

border-color css

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

 span { border-color: rgb(182,175,112); }

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