Html Css Color HEX #B4AF77 Dark Khaki

📋 copy color: '#B4AF77'

red 180 ◦ green 175 ◦ blue 119

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

Shades of Dark Khaki #B4AF77

Tints of Dark Khaki #B4AF77

RGB

 RED value IS 180 (70.7% from 255) = 37.97%

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

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

R = 37.97%
G = 36.92%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B4AF77 (or 0xB4AF77) is known color: Dark Khaki. HEX triplet: B4, AF and 77. RGB value is (180,175,119). Sum of RGB (Red+Green+Blue) = 180+175+119=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF77 is #4B5088. Grayscale: #AAAAAA. Windows color (decimal): -4935817 or 7843764. OLE color: 7843764.

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

Color convert

RGB 180 175 119 -
CMYK 0 0.03 0.34 0.29
HSL 55.08º 0.29% 0.59% -
HSV(B) 55.08º 0.34% 0.71% -
XYZ 37.48 41.7 23.53 -
YUV 170.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 180 175 119 0 0.03 0.34 0.29 55.08 0.29 0.59
Hex B4 AF 77 0 3 22 1D 37 1D 3B
Octal 264 257 167 0 3 42 35 67 35 73
Binary 10110100 10101111 1110111 0 11 100010 11101 110111 11101 111011

Color Harmonies of #B4AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF77

Black with #B4AF77

Text Example


Text Example

White with #B4AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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