Html Css Color HEX #B3AF74 Dark Khaki

📋 copy color: '#B3AF74'

red 179 ◦ green 175 ◦ blue 116

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

Shades of Dark Khaki #B3AF74

Tints of Dark Khaki #B3AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 38.09%
G = 37.23%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B3AF74 (or 0xB3AF74) is known color: Dark Khaki. HEX triplet: B3, AF and 74. RGB value is (179,175,116). Sum of RGB (Red+Green+Blue) = 179+175+116=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF74 is #4C508B. Grayscale: #A9A9A9. Windows color (decimal): -5001356 or 7647155. OLE color: 7647155.

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

Color convert

RGB 179 175 116 -
CMYK 0 0.02 0.35 0.30
HSL 56.19º 0.29% 0.58% -
HSV(B) 56.19º 0.35% 0.7% -
XYZ 37.07 41.5 22.58 -
YUV 169.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 179 175 116 0 0.02 0.35 0.30 56.19 0.29 0.58
Hex B3 AF 74 0 2 23 1E 38 1D 3A
Octal 263 257 164 0 2 43 36 70 35 72
Binary 10110011 10101111 1110100 0 10 100011 11110 111000 11101 111010

Color Harmonies of #B3AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF74

Black with #B3AF74

Text Example


Text Example

White with #B3AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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