Html Css Color HEX #B0984A Husk

📋 copy color: '#B0984A'

red 176 ◦ green 152 ◦ blue 74

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

Shades of Husk #B0984A

Tints of Husk #B0984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

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

R = 43.78%
G = 37.81%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0984A (or 0xB0984A) is known color: Husk. HEX triplet: B0, 98 and 4A. RGB value is (176,152,74). Sum of RGB (Red+Green+Blue) = 176+152+74=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0984A is #4F67B5. Grayscale: #969696. Windows color (decimal): -5203894 or 4888752. OLE color: 4888752.

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

Color convert

RGB 176 152 74 -
CMYK 0 0.14 0.58 0.31
HSL 45.88º 0.41% 0.49% -
HSV(B) 45.88º 0.58% 0.69% -
XYZ 30.37 32.18 11.09 -
YUV 150.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 176 152 74 0 0.14 0.58 0.31 45.88 0.41 0.49
Hex B0 98 4A 0 E 3A 1F 2E 29 31
Octal 260 230 112 0 16 72 37 56 51 61
Binary 10110000 10011000 1001010 0 1110 111010 11111 101110 101001 110001

Color Harmonies of #B0984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0984A

Black with #B0984A

Text Example


Text Example

White with #B0984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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