Html Css Color HEX #B1A256 Husk

📋 copy color: '#B1A256'

red 177 ◦ green 162 ◦ blue 86

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

Shades of Husk #B1A256

Tints of Husk #B1A256

RGB

 RED value IS 177 (69.53% from 255) = 41.65%

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

 BLUE value IS 86 (33.98% from 255) = 20.24%

R = 41.65%
G = 38.12%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B1A256 (or 0xB1A256) is known color: Husk. HEX triplet: B1, A2 and 56. RGB value is (177,162,86). Sum of RGB (Red+Green+Blue) = 177+162+86=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A256 is #4E5DA9. Grayscale: #9E9E9E. Windows color (decimal): -5135786 or 5677745. OLE color: 5677745.

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

Color convert

RGB 177 162 86 -
CMYK 0 0.08 0.51 0.31
HSL 50.11º 0.37% 0.52% -
HSV(B) 50.11º 0.51% 0.69% -
XYZ 32.73 35.86 14 -
YUV 157.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 177 162 86 0 0.08 0.51 0.31 50.11 0.37 0.52
Hex B1 A2 56 0 8 33 1F 32 25 34
Octal 261 242 126 0 10 63 37 62 45 64
Binary 10110001 10100010 1010110 0 1000 110011 11111 110010 100101 110100

Color Harmonies of #B1A256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A256

Black with #B1A256

Text Example


Text Example

White with #B1A256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A256; }

 p { color: rgb(177,162,86); }

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

background-color css

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

 a { background-color: rgb(177,162,86); }

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

border-color css

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

 span { border-color: rgb(177,162,86); }

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