Html Css Color HEX #B2A34F Husk

📋 copy color: '#B2A34F'

red 178 ◦ green 163 ◦ blue 79

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

Shades of Husk #B2A34F

Tints of Husk #B2A34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

 BLUE value IS 79 (31.25% from 255) = 18.81%

R = 42.38%
G = 38.81%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2A34F (or 0xB2A34F) is known color: Husk. HEX triplet: B2, A3 and 4F. RGB value is (178,163,79). Sum of RGB (Red+Green+Blue) = 178+163+79=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A34F is #4D5CB0. Grayscale: #9E9E9E. Windows color (decimal): -5070001 or 5219250. OLE color: 5219250.

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

Color convert

RGB 178 163 79 -
CMYK 0 0.08 0.56 0.30
HSL 50.91º 0.39% 0.5% -
HSV(B) 50.91º 0.56% 0.7% -
XYZ 32.87 36.22 12.66 -
YUV 157.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 178 163 79 0 0.08 0.56 0.30 50.91 0.39 0.5
Hex B2 A3 4F 0 8 38 1E 33 27 32
Octal 262 243 117 0 10 70 36 63 47 62
Binary 10110010 10100011 1001111 0 1000 111000 11110 110011 100111 110010

Color Harmonies of #B2A34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A34F

Black with #B2A34F

Text Example


Text Example

White with #B2A34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A34F; }

 p { color: rgb(178,163,79); }

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

background-color css

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

 a { background-color: rgb(178,163,79); }

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

border-color css

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

 span { border-color: rgb(178,163,79); }

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