Html Css Color HEX #B2A14D Husk

📋 copy color: '#B2A14D'

red 178 ◦ green 161 ◦ blue 77

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

Shades of Husk #B2A14D

Tints of Husk #B2A14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 42.79%
G = 38.7%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2A14D (or 0xB2A14D) is known color: Husk. HEX triplet: B2, A1 and 4D. RGB value is (178,161,77). Sum of RGB (Red+Green+Blue) = 178+161+77=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A14D is #4D5EB2. Grayscale: #9C9C9C. Windows color (decimal): -5070515 or 5087666. OLE color: 5087666.

HSL color Cylindrical-coordinate representation of color #B2A14D: hue angle of 49.9º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2A14D is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 161 77 -
CMYK 0 0.10 0.57 0.30
HSL 49.9º 0.4% 0.5% -
HSV(B) 49.9º 0.57% 0.7% -
XYZ 32.44 35.49 12.16 -
YUV 156.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 178 161 77 0 0.10 0.57 0.30 49.9 0.4 0.5
Hex B2 A1 4D 0 A 39 1E 32 28 32
Octal 262 241 115 0 12 71 36 62 50 62
Binary 10110010 10100001 1001101 0 1010 111001 11110 110010 101000 110010

Color Harmonies of #B2A14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A14D

Black with #B2A14D

Text Example


Text Example

White with #B2A14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A14D; }

 p { color: rgb(178,161,77); }

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

background-color css

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

 a { background-color: rgb(178,161,77); }

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

border-color css

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

 span { border-color: rgb(178,161,77); }

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