Html Css Color HEX #B0994B Husk

📋 copy color: '#B0994B'

red 176 ◦ green 153 ◦ blue 75

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

Shades of Husk #B0994B

Tints of Husk #B0994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.87%

 BLUE value IS 75 (29.69% from 255) = 18.56%

R = 43.56%
G = 37.87%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0994B (or 0xB0994B) is known color: Husk. HEX triplet: B0, 99 and 4B. RGB value is (176,153,75). Sum of RGB (Red+Green+Blue) = 176+153+75=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0994B is #4F66B4. Grayscale: #979797. Windows color (decimal): -5203637 or 4954544. OLE color: 4954544.

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

Color convert

RGB 176 153 75 -
CMYK 0 0.13 0.57 0.31
HSL 46.34º 0.4% 0.49% -
HSV(B) 46.34º 0.57% 0.69% -
XYZ 30.57 32.52 11.32 -
YUV 150.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 176 153 75 0 0.13 0.57 0.31 46.34 0.4 0.49
Hex B0 99 4B 0 D 39 1F 2E 28 31
Octal 260 231 113 0 15 71 37 56 50 61
Binary 10110000 10011001 1001011 0 1101 111001 11111 101110 101000 110001

Color Harmonies of #B0994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0994B

Black with #B0994B

Text Example


Text Example

White with #B0994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0994B; }

 p { color: rgb(176,153,75); }

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

background-color css

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

 a { background-color: rgb(176,153,75); }

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

border-color css

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

 span { border-color: rgb(176,153,75); }

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