Html Css Color HEX #B1964D Husk

📋 copy color: '#B1964D'

red 177 ◦ green 150 ◦ blue 77

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

Shades of Husk #B1964D

Tints of Husk #B1964D

RGB

 RED value IS 177 (69.53% from 255) = 43.81%

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

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

R = 43.81%
G = 37.13%
B = 19.06%

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

#B1964D (or 0xB1964D) is known color: Husk. HEX triplet: B1, 96 and 4D. RGB value is (177,150,77). Sum of RGB (Red+Green+Blue) = 177+150+77=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1964D is #4E69B2. Grayscale: #969696. Windows color (decimal): -5138867 or 5084849. OLE color: 5084849.

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

Color convert

RGB 177 150 77 -
CMYK 0 0.15 0.56 0.31
HSL 43.8º 0.39% 0.5% -
HSV(B) 43.8º 0.56% 0.69% -
XYZ 30.38 31.7 11.54 -
YUV 149.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 177 150 77 0 0.15 0.56 0.31 43.8 0.39 0.5
Hex B1 96 4D 0 F 38 1F 2C 27 32
Octal 261 226 115 0 17 70 37 54 47 62
Binary 10110001 10010110 1001101 0 1111 111000 11111 101100 100111 110010

Color Harmonies of #B1964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1964D

Black with #B1964D

Text Example


Text Example

White with #B1964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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