Html Css Color HEX #B4A256 Husk

📋 copy color: '#B4A256'

red 180 ◦ green 162 ◦ blue 86

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

Shades of Husk #B4A256

Tints of Husk #B4A256

RGB

 RED value IS 180 (70.7% from 255) = 42.06%

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

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

R = 42.06%
G = 37.85%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B4A256 (or 0xB4A256) is known color: Husk. HEX triplet: B4, A2 and 56. RGB value is (180,162,86). Sum of RGB (Red+Green+Blue) = 180+162+86=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A256 is #4B5DA9. Grayscale: #9F9F9F. Windows color (decimal): -4939178 or 5677748. OLE color: 5677748.

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

Color convert

RGB 180 162 86 -
CMYK 0 0.1 0.52 0.29
HSL 48.51º 0.39% 0.52% -
HSV(B) 48.51º 0.52% 0.71% -
XYZ 33.42 36.22 14.03 -
YUV 158.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 180 162 86 0 0.1 0.52 0.29 48.51 0.39 0.52
Hex B4 A2 56 0 A 34 1D 31 27 34
Octal 264 242 126 0 12 64 35 61 47 64
Binary 10110100 10100010 1010110 0 1010 110100 11101 110001 100111 110100

Color Harmonies of #B4A256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A256

Black with #B4A256

Text Example


Text Example

White with #B4A256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A256; }

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

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

background-color css

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

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

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

border-color css

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

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

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