Html Css Color HEX #B7A051 Husk

📋 copy color: '#B7A051'

red 183 ◦ green 160 ◦ blue 81

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

Shades of Husk #B7A051

Tints of Husk #B7A051

RGB

 RED value IS 183 (71.88% from 255) = 43.16%

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

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

R = 43.16%
G = 37.74%
B = 19.1%

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

#B7A051 (or 0xB7A051) is known color: Husk. HEX triplet: B7, A0 and 51. RGB value is (183,160,81). Sum of RGB (Red+Green+Blue) = 183+160+81=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A051 is #485FAE. Grayscale: #9E9E9E. Windows color (decimal): -4743087 or 5349559. OLE color: 5349559.

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

Color convert

RGB 183 160 81 -
CMYK 0 0.13 0.56 0.28
HSL 46.47º 0.41% 0.52% -
HSV(B) 46.47º 0.56% 0.72% -
XYZ 33.58 35.8 12.93 -
YUV 157.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 183 160 81 0 0.13 0.56 0.28 46.47 0.41 0.52
Hex B7 A0 51 0 D 38 1C 2E 29 34
Octal 267 240 121 0 15 70 34 56 51 64
Binary 10110111 10100000 1010001 0 1101 111000 11100 101110 101001 110100

Color Harmonies of #B7A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A051

Black with #B7A051

Text Example


Text Example

White with #B7A051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A051; }

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

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

background-color css

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

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

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

border-color css

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

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

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