Html Css Color HEX #B3AF77 Dark Khaki

📋 copy color: '#B3AF77'

red 179 ◦ green 175 ◦ blue 119

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

Shades of Dark Khaki #B3AF77

Tints of Dark Khaki #B3AF77

RGB

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

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

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

R = 37.84%
G = 37%
B = 25.16%

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

#B3AF77 (or 0xB3AF77) is known color: Dark Khaki. HEX triplet: B3, AF and 77. RGB value is (179,175,119). Sum of RGB (Red+Green+Blue) = 179+175+119=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF77 is #4C5088. Grayscale: #AAAAAA. Windows color (decimal): -5001353 or 7843763. OLE color: 7843763.

HSL color Cylindrical-coordinate representation of color #B3AF77: hue angle of 56º degrees, saturation: 0.28, 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 #B3AF77 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 175 119 -
CMYK 0 0.02 0.34 0.30
HSL 56º 0.28% 0.58% -
HSV(B) 56º 0.34% 0.7% -
XYZ 37.25 41.58 23.51 -
YUV 169.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 179 175 119 0 0.02 0.34 0.30 56 0.28 0.58
Hex B3 AF 77 0 2 22 1E 38 1C 3A
Octal 263 257 167 0 2 42 36 70 34 72
Binary 10110011 10101111 1110111 0 10 100010 11110 111000 11100 111010

Color Harmonies of #B3AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF77

Black with #B3AF77

Text Example


Text Example

White with #B3AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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