Html Css Color HEX #B8A051 Husk

📋 copy color: '#B8A051'

red 184 ◦ green 160 ◦ blue 81

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

Shades of Husk #B8A051

Tints of Husk #B8A051

RGB

 RED value IS 184 (72.27% from 255) = 43.29%

 GREEN value IS 160 (62.89% from 255) = 37.65%

 BLUE value IS 81 (32.03% from 255) = 19.06%

R = 43.29%
G = 37.65%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B8A051 (or 0xB8A051) is known color: Husk. HEX triplet: B8, A0 and 51. RGB value is (184,160,81). Sum of RGB (Red+Green+Blue) = 184+160+81=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A051 is #475FAE. Grayscale: #9E9E9E. Windows color (decimal): -4677551 or 5349560. OLE color: 5349560.

HSL color Cylindrical-coordinate representation of color #B8A051: hue angle of 46.02º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8A051 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 160 81 -
CMYK 0 0.13 0.56 0.28
HSL 46.02º 0.42% 0.52% -
HSV(B) 46.02º 0.56% 0.72% -
XYZ 33.82 35.93 12.94 -
YUV 158.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 184 160 81 0 0.13 0.56 0.28 46.02 0.42 0.52
Hex B8 A0 51 0 D 38 1C 2E 2A 34
Octal 270 240 121 0 15 70 34 56 52 64
Binary 10111000 10100000 1010001 0 1101 111000 11100 101110 101010 110100

Color Harmonies of #B8A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A051

Black with #B8A051

Text Example


Text Example

White with #B8A051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A051; }

 p { color: rgb(184,160,81); }

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

background-color css

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

 a { background-color: rgb(184,160,81); }

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

border-color css

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

 span { border-color: rgb(184,160,81); }

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