Html Css Color HEX #B3AF76 Dark Khaki

📋 copy color: '#B3AF76'

red 179 ◦ green 175 ◦ blue 118

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

Shades of Dark Khaki #B3AF76

Tints of Dark Khaki #B3AF76

RGB

 RED value IS 179 (70.31% from 255) = 37.92%

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

 BLUE value IS 118 (46.48% from 255) = 25%

R = 37.92%
G = 37.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B3AF76 (or 0xB3AF76) is known color: Dark Khaki. HEX triplet: B3, AF and 76. RGB value is (179,175,118). Sum of RGB (Red+Green+Blue) = 179+175+118=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF76 is #4C5089. Grayscale: #A9A9A9. Windows color (decimal): -5001354 or 7778227. OLE color: 7778227.

HSL color Cylindrical-coordinate representation of color #B3AF76: hue angle of 56.07º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3AF76 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 175 118 -
CMYK 0 0.02 0.34 0.30
HSL 56.07º 0.29% 0.58% -
HSV(B) 56.07º 0.34% 0.7% -
XYZ 37.19 41.55 23.2 -
YUV 169.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 179 175 118 0 0.02 0.34 0.30 56.07 0.29 0.58
Hex B3 AF 76 0 2 22 1E 38 1D 3A
Octal 263 257 166 0 2 42 36 70 35 72
Binary 10110011 10101111 1110110 0 10 100010 11110 111000 11101 111010

Color Harmonies of #B3AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF76

Black with #B3AF76

Text Example


Text Example

White with #B3AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF76; }

 p { color: rgb(179,175,118); }

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

background-color css

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

 a { background-color: rgb(179,175,118); }

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

border-color css

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

 span { border-color: rgb(179,175,118); }

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