Html Css Color HEX #B2A250 Husk

📋 copy color: '#B2A250'

red 178 ◦ green 162 ◦ blue 80

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

Shades of Husk #B2A250

Tints of Husk #B2A250

RGB

 RED value IS 178 (69.92% from 255) = 42.38%

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

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

R = 42.38%
G = 38.57%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B2A250 (or 0xB2A250) is known color: Husk. HEX triplet: B2, A2 and 50. RGB value is (178,162,80). Sum of RGB (Red+Green+Blue) = 178+162+80=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A250 is #4D5DAF. Grayscale: #9D9D9D. Windows color (decimal): -5070256 or 5284530. OLE color: 5284530.

HSL color Cylindrical-coordinate representation of color #B2A250: hue angle of 50.2º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2A250 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 80 -
CMYK 0 0.09 0.55 0.30
HSL 50.2º 0.39% 0.51% -
HSV(B) 50.2º 0.55% 0.7% -
XYZ 32.73 35.88 12.79 -
YUV 157.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 178 162 80 0 0.09 0.55 0.30 50.2 0.39 0.51
Hex B2 A2 50 0 9 37 1E 32 27 33
Octal 262 242 120 0 11 67 36 62 47 63
Binary 10110010 10100010 1010000 0 1001 110111 11110 110010 100111 110011

Color Harmonies of #B2A250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A250

Black with #B2A250

Text Example


Text Example

White with #B2A250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A250; }

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

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

background-color css

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

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

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

border-color css

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

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

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