Html Css Color HEX #B0904C Husk

📋 copy color: '#B0904C'

red 176 ◦ green 144 ◦ blue 76

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

Shades of Husk #B0904C

Tints of Husk #B0904C

RGB

 RED value IS 176 (69.14% from 255) = 44.44%

 GREEN value IS 144 (56.64% from 255) = 36.36%

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 44.44%
G = 36.36%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0904C (or 0xB0904C) is known color: Husk. HEX triplet: B0, 90 and 4C. RGB value is (176,144,76). Sum of RGB (Red+Green+Blue) = 176+144+76=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0904C is #4F6FB3. Grayscale: #929292. Windows color (decimal): -5205940 or 5017776. OLE color: 5017776.

HSL color Cylindrical-coordinate representation of color #B0904C: hue angle of 40.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0904C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 76 -
CMYK 0 0.18 0.57 0.31
HSL 40.8º 0.4% 0.49% -
HSV(B) 40.8º 0.57% 0.69% -
XYZ 29.18 29.7 11.03 -
YUV 145.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 176 144 76 0 0.18 0.57 0.31 40.8 0.4 0.49
Hex B0 90 4C 0 12 39 1F 29 28 31
Octal 260 220 114 0 22 71 37 51 50 61
Binary 10110000 10010000 1001100 0 10010 111001 11111 101001 101000 110001

Color Harmonies of #B0904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0904C

Black with #B0904C

Text Example


Text Example

White with #B0904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0904C; }

 p { color: rgb(176,144,76); }

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

background-color css

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

 a { background-color: rgb(176,144,76); }

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

border-color css

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

 span { border-color: rgb(176,144,76); }

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