Html Css Color HEX #B0964D Husk

📋 copy color: '#B0964D'

red 176 ◦ green 150 ◦ blue 77

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

Shades of Husk #B0964D

Tints of Husk #B0964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.22%

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 43.67%
G = 37.22%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0964D (or 0xB0964D) is known color: Husk. HEX triplet: B0, 96 and 4D. RGB value is (176,150,77). Sum of RGB (Red+Green+Blue) = 176+150+77=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0964D is #4F69B2. Grayscale: #959595. Windows color (decimal): -5204403 or 5084848. OLE color: 5084848.

HSL color Cylindrical-coordinate representation of color #B0964D: hue angle of 44.24º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0964D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 77 -
CMYK 0 0.15 0.56 0.31
HSL 44.24º 0.39% 0.5% -
HSV(B) 44.24º 0.56% 0.69% -
XYZ 30.15 31.58 11.53 -
YUV 149.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 176 150 77 0 0.15 0.56 0.31 44.24 0.39 0.5
Hex B0 96 4D 0 F 38 1F 2C 27 32
Octal 260 226 115 0 17 70 37 54 47 62
Binary 10110000 10010110 1001101 0 1111 111000 11111 101100 100111 110010

Color Harmonies of #B0964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0964D

Black with #B0964D

Text Example


Text Example

White with #B0964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0964D; }

 p { color: rgb(176,150,77); }

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

background-color css

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

 a { background-color: rgb(176,150,77); }

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

border-color css

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

 span { border-color: rgb(176,150,77); }

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