Html Css Color HEX #B4A454 Husk

📋 copy color: '#B4A454'

red 180 ◦ green 164 ◦ blue 84

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

Shades of Husk #B4A454

Tints of Husk #B4A454

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 84 (33.2% from 255) = 19.63%

R = 42.06%
G = 38.32%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B4A454 (or 0xB4A454) is known color: Husk. HEX triplet: B4, A4 and 54. RGB value is (180,164,84). Sum of RGB (Red+Green+Blue) = 180+164+84=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A454 is #4B5BAB. Grayscale: #A0A0A0. Windows color (decimal): -4938668 or 5547188. OLE color: 5547188.

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

Color convert

RGB 180 164 84 -
CMYK 0 0.09 0.53 0.29
HSL 50º 0.39% 0.52% -
HSV(B) 50º 0.53% 0.71% -
XYZ 33.7 36.89 13.73 -
YUV 159.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 180 164 84 0 0.09 0.53 0.29 50 0.39 0.52
Hex B4 A4 54 0 9 35 1D 32 27 34
Octal 264 244 124 0 11 65 35 62 47 64
Binary 10110100 10100100 1010100 0 1001 110101 11101 110010 100111 110100

Color Harmonies of #B4A454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A454

Black with #B4A454

Text Example


Text Example

White with #B4A454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A454; }

 p { color: rgb(180,164,84); }

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

background-color css

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

 a { background-color: rgb(180,164,84); }

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

border-color css

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

 span { border-color: rgb(180,164,84); }

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