Html Css Color HEX #B8A151 Husk

📋 copy color: '#B8A151'

red 184 ◦ green 161 ◦ blue 81

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

Shades of Husk #B8A151

Tints of Husk #B8A151

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.79%

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

R = 43.19%
G = 37.79%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B8A151 (or 0xB8A151) is known color: Husk. HEX triplet: B8, A1 and 51. RGB value is (184,161,81). Sum of RGB (Red+Green+Blue) = 184+161+81=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A151 is #475EAE. Grayscale: #9F9F9F. Windows color (decimal): -4677295 or 5349816. OLE color: 5349816.

HSL color Cylindrical-coordinate representation of color #B8A151: hue angle of 46.6º 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 #B8A151 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 161 81 -
CMYK 0 0.12 0.56 0.28
HSL 46.6º 0.42% 0.52% -
HSV(B) 46.6º 0.56% 0.72% -
XYZ 34 36.27 12.99 -
YUV 158.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 184 161 81 0 0.12 0.56 0.28 46.6 0.42 0.52
Hex B8 A1 51 0 C 38 1C 2F 2A 34
Octal 270 241 121 0 14 70 34 57 52 64
Binary 10111000 10100001 1010001 0 1100 111000 11100 101111 101010 110100

Color Harmonies of #B8A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A151

Black with #B8A151

Text Example


Text Example

White with #B8A151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A151; }

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

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

background-color css

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

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

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

border-color css

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

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

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