Html Css Color HEX #B0944A Husk

📋 copy color: '#B0944A'

red 176 ◦ green 148 ◦ blue 74

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

Shades of Husk #B0944A

Tints of Husk #B0944A

RGB

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

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

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

R = 44.22%
G = 37.19%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0944A (or 0xB0944A) is known color: Husk. HEX triplet: B0, 94 and 4A. RGB value is (176,148,74). Sum of RGB (Red+Green+Blue) = 176+148+74=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0944A is #4F6BB5. Grayscale: #949494. Windows color (decimal): -5204918 or 4887728. OLE color: 4887728.

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

Color convert

RGB 176 148 74 -
CMYK 0 0.16 0.58 0.31
HSL 43.53º 0.41% 0.49% -
HSV(B) 43.53º 0.58% 0.69% -
XYZ 29.73 30.9 10.88 -
YUV 147.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 176 148 74 0 0.16 0.58 0.31 43.53 0.41 0.49
Hex B0 94 4A 0 10 3A 1F 2C 29 31
Octal 260 224 112 0 20 72 37 54 51 61
Binary 10110000 10010100 1001010 0 10000 111010 11111 101100 101001 110001

Color Harmonies of #B0944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0944A

Black with #B0944A

Text Example


Text Example

White with #B0944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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