Html Css Color HEX #B7A052 Husk

📋 copy color: '#B7A052'

red 183 ◦ green 160 ◦ blue 82

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

Shades of Husk #B7A052

Tints of Husk #B7A052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 43.06%
G = 37.65%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B7A052 (or 0xB7A052) is known color: Husk. HEX triplet: B7, A0 and 52. RGB value is (183,160,82). Sum of RGB (Red+Green+Blue) = 183+160+82=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A052 is #485FAD. Grayscale: #9E9E9E. Windows color (decimal): -4743086 or 5415095. OLE color: 5415095.

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

Color convert

RGB 183 160 82 -
CMYK 0 0.13 0.55 0.28
HSL 46.34º 0.41% 0.52% -
HSV(B) 46.34º 0.55% 0.72% -
XYZ 33.62 35.82 13.12 -
YUV 157.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 183 160 82 0 0.13 0.55 0.28 46.34 0.41 0.52
Hex B7 A0 52 0 D 37 1C 2E 29 34
Octal 267 240 122 0 15 67 34 56 51 64
Binary 10110111 10100000 1010010 0 1101 110111 11100 101110 101001 110100

Color Harmonies of #B7A052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A052

Black with #B7A052

Text Example


Text Example

White with #B7A052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A052; }

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

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

background-color css

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

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

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

border-color css

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

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

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