Html Css Color HEX #B0A250 Husk

📋 copy color: '#B0A250'

red 176 ◦ green 162 ◦ blue 80

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

Shades of Husk #B0A250

Tints of Husk #B0A250

RGB

 RED value IS 176 (69.14% from 255) = 42.11%

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

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

R = 42.11%
G = 38.76%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0A250 (or 0xB0A250) is known color: Husk. HEX triplet: B0, A2 and 50. RGB value is (176,162,80). Sum of RGB (Red+Green+Blue) = 176+162+80=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A250 is #4F5DAF. Grayscale: #9D9D9D. Windows color (decimal): -5201328 or 5284528. OLE color: 5284528.

HSL color Cylindrical-coordinate representation of color #B0A250: hue angle of 51.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0A250 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 80 -
CMYK 0 0.08 0.55 0.31
HSL 51.25º 0.38% 0.5% -
HSV(B) 51.25º 0.55% 0.69% -
XYZ 32.27 35.65 12.77 -
YUV 156.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 176 162 80 0 0.08 0.55 0.31 51.25 0.38 0.5
Hex B0 A2 50 0 8 37 1F 33 26 32
Octal 260 242 120 0 10 67 37 63 46 62
Binary 10110000 10100010 1010000 0 1000 110111 11111 110011 100110 110010

Color Harmonies of #B0A250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A250

Black with #B0A250

Text Example


Text Example

White with #B0A250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A250; }

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

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

background-color css

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

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

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

border-color css

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

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

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