Html Css Color HEX #B0934C Husk

📋 copy color: '#B0934C'

red 176 ◦ green 147 ◦ blue 76

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

Shades of Husk #B0934C

Tints of Husk #B0934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 44.11%
G = 36.84%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0934C (or 0xB0934C) is known color: Husk. HEX triplet: B0, 93 and 4C. RGB value is (176,147,76). Sum of RGB (Red+Green+Blue) = 176+147+76=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0934C is #4F6CB3. Grayscale: #939393. Windows color (decimal): -5205172 or 5018544. OLE color: 5018544.

HSL color Cylindrical-coordinate representation of color #B0934C: hue angle of 42.6º 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 #B0934C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 76 -
CMYK 0 0.16 0.57 0.31
HSL 42.6º 0.4% 0.49% -
HSV(B) 42.6º 0.57% 0.69% -
XYZ 29.64 30.62 11.19 -
YUV 147.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 176 147 76 0 0.16 0.57 0.31 42.6 0.4 0.49
Hex B0 93 4C 0 10 39 1F 2B 28 31
Octal 260 223 114 0 20 71 37 53 50 61
Binary 10110000 10010011 1001100 0 10000 111001 11111 101011 101000 110001

Color Harmonies of #B0934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0934C

Black with #B0934C

Text Example


Text Example

White with #B0934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0934C; }

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

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

background-color css

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

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

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

border-color css

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

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

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