Html Css Color HEX #B2954A Husk

📋 copy color: '#B2954A'

red 178 ◦ green 149 ◦ blue 74

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

Shades of Husk #B2954A

Tints of Husk #B2954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 44.39%
G = 37.16%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2954A (or 0xB2954A) is known color: Husk. HEX triplet: B2, 95 and 4A. RGB value is (178,149,74). Sum of RGB (Red+Green+Blue) = 178+149+74=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2954A is #4D6AB5. Grayscale: #959595. Windows color (decimal): -5073590 or 4887986. OLE color: 4887986.

HSL color Cylindrical-coordinate representation of color #B2954A: hue angle of 43.27º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2954A is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 74 -
CMYK 0 0.16 0.58 0.30
HSL 43.27º 0.41% 0.49% -
HSV(B) 43.27º 0.58% 0.7% -
XYZ 30.34 31.45 10.95 -
YUV 149.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 178 149 74 0 0.16 0.58 0.30 43.27 0.41 0.49
Hex B2 95 4A 0 10 3A 1E 2B 29 31
Octal 262 225 112 0 20 72 36 53 51 61
Binary 10110010 10010101 1001010 0 10000 111010 11110 101011 101001 110001

Color Harmonies of #B2954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2954A

Black with #B2954A

Text Example


Text Example

White with #B2954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2954A; }

 p { color: rgb(178,149,74); }

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

background-color css

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

 a { background-color: rgb(178,149,74); }

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

border-color css

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

 span { border-color: rgb(178,149,74); }

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