Html Css Color HEX #B2924B Husk

📋 copy color: '#B2924B'

red 178 ◦ green 146 ◦ blue 75

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

Shades of Husk #B2924B

Tints of Husk #B2924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 44.61%
G = 36.59%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2924B (or 0xB2924B) is known color: Husk. HEX triplet: B2, 92 and 4B. RGB value is (178,146,75). Sum of RGB (Red+Green+Blue) = 178+146+75=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2924B is #4D6DB4. Grayscale: #939393. Windows color (decimal): -5074357 or 4952754. OLE color: 4952754.

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

Color convert

RGB 178 146 75 -
CMYK 0 0.18 0.58 0.30
HSL 41.36º 0.41% 0.5% -
HSV(B) 41.36º 0.58% 0.7% -
XYZ 29.91 30.53 10.97 -
YUV 147.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 178 146 75 0 0.18 0.58 0.30 41.36 0.41 0.5
Hex B2 92 4B 0 12 3A 1E 29 29 32
Octal 262 222 113 0 22 72 36 51 51 62
Binary 10110010 10010010 1001011 0 10010 111010 11110 101001 101001 110010

Color Harmonies of #B2924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2924B

Black with #B2924B

Text Example


Text Example

White with #B2924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2924B; }

 p { color: rgb(178,146,75); }

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

background-color css

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

 a { background-color: rgb(178,146,75); }

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

border-color css

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

 span { border-color: rgb(178,146,75); }

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