Html Css Color HEX #B7A250 Husk

📋 copy color: '#B7A250'

red 183 ◦ green 162 ◦ blue 80

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

Shades of Husk #B7A250

Tints of Husk #B7A250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.12%

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 43.06%
G = 38.12%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B7A250 (or 0xB7A250) is known color: Husk. HEX triplet: B7, A2 and 50. RGB value is (183,162,80). Sum of RGB (Red+Green+Blue) = 183+162+80=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A250 is #485DAF. Grayscale: #9F9F9F. Windows color (decimal): -4742576 or 5284535. OLE color: 5284535.

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

Color convert

RGB 183 162 80 -
CMYK 0 0.11 0.56 0.28
HSL 47.77º 0.42% 0.52% -
HSV(B) 47.77º 0.56% 0.72% -
XYZ 33.9 36.49 12.85 -
YUV 158.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 183 162 80 0 0.11 0.56 0.28 47.77 0.42 0.52
Hex B7 A2 50 0 B 38 1C 30 2A 34
Octal 267 242 120 0 13 70 34 60 52 64
Binary 10110111 10100010 1010000 0 1011 111000 11100 110000 101010 110100

Color Harmonies of #B7A250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A250

Black with #B7A250

Text Example


Text Example

White with #B7A250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A250; }

 p { color: rgb(183,162,80); }

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

background-color css

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

 a { background-color: rgb(183,162,80); }

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

border-color css

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

 span { border-color: rgb(183,162,80); }

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