Html Css Color HEX #B0944C Husk

📋 copy color: '#B0944C'

red 176 ◦ green 148 ◦ blue 76

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

Shades of Husk #B0944C

Tints of Husk #B0944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 44%
G = 37%
B = 19%

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

#B0944C (or 0xB0944C) is known color: Husk. HEX triplet: B0, 94 and 4C. RGB value is (176,148,76). Sum of RGB (Red+Green+Blue) = 176+148+76=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0944C is #4F6BB3. Grayscale: #949494. Windows color (decimal): -5204916 or 5018800. OLE color: 5018800.

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

Color convert

RGB 176 148 76 -
CMYK 0 0.16 0.57 0.31
HSL 43.2º 0.4% 0.49% -
HSV(B) 43.2º 0.57% 0.69% -
XYZ 29.8 30.93 11.24 -
YUV 148.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 176 148 76 0 0.16 0.57 0.31 43.2 0.4 0.49
Hex B0 94 4C 0 10 39 1F 2B 28 31
Octal 260 224 114 0 20 71 37 53 50 61
Binary 10110000 10010100 1001100 0 10000 111001 11111 101011 101000 110001

Color Harmonies of #B0944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0944C

Black with #B0944C

Text Example


Text Example

White with #B0944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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