Html Css Color HEX #B6A251 Husk

📋 copy color: '#B6A251'

red 182 ◦ green 162 ◦ blue 81

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

Shades of Husk #B6A251

Tints of Husk #B6A251

RGB

 RED value IS 182 (71.48% from 255) = 42.82%

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

 BLUE value IS 81 (32.03% from 255) = 19.06%

R = 42.82%
G = 38.12%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B6A251 (or 0xB6A251) is known color: Husk. HEX triplet: B6, A2 and 51. RGB value is (182,162,81). Sum of RGB (Red+Green+Blue) = 182+162+81=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A251 is #495DAE. Grayscale: #9F9F9F. Windows color (decimal): -4808111 or 5350070. OLE color: 5350070.

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

Color convert

RGB 182 162 81 -
CMYK 0 0.11 0.55 0.29
HSL 48.12º 0.41% 0.52% -
HSV(B) 48.12º 0.55% 0.71% -
XYZ 33.7 36.38 13.03 -
YUV 158.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 182 162 81 0 0.11 0.55 0.29 48.12 0.41 0.52
Hex B6 A2 51 0 B 37 1D 30 29 34
Octal 266 242 121 0 13 67 35 60 51 64
Binary 10110110 10100010 1010001 0 1011 110111 11101 110000 101001 110100

Color Harmonies of #B6A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A251

Black with #B6A251

Text Example


Text Example

White with #B6A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A251; }

 p { color: rgb(182,162,81); }

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

background-color css

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

 a { background-color: rgb(182,162,81); }

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

border-color css

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

 span { border-color: rgb(182,162,81); }

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