Html Css Color HEX #B7A053 Husk

📋 copy color: '#B7A053'

red 183 ◦ green 160 ◦ blue 83

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

Shades of Husk #B7A053

Tints of Husk #B7A053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 42.96%
G = 37.56%
B = 19.48%

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

#B7A053 (or 0xB7A053) is known color: Husk. HEX triplet: B7, A0 and 53. RGB value is (183,160,83). Sum of RGB (Red+Green+Blue) = 183+160+83=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A053 is #485FAC. Grayscale: #9E9E9E. Windows color (decimal): -4743085 or 5480631. OLE color: 5480631.

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

Color convert

RGB 183 160 83 -
CMYK 0 0.13 0.55 0.28
HSL 46.2º 0.41% 0.52% -
HSV(B) 46.2º 0.55% 0.72% -
XYZ 33.66 35.83 13.33 -
YUV 158.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 183 160 83 0 0.13 0.55 0.28 46.2 0.41 0.52
Hex B7 A0 53 0 D 37 1C 2E 29 34
Octal 267 240 123 0 15 67 34 56 51 64
Binary 10110111 10100000 1010011 0 1101 110111 11100 101110 101001 110100

Color Harmonies of #B7A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A053

Black with #B7A053

Text Example


Text Example

White with #B7A053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A053; }

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

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

background-color css

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

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

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

border-color css

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

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

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