Html Css Color HEX #B1964A Husk

📋 copy color: '#B1964A'

red 177 ◦ green 150 ◦ blue 74

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

Shades of Husk #B1964A

Tints of Husk #B1964A

RGB

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

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

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

R = 44.14%
G = 37.41%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1964A (or 0xB1964A) is known color: Husk. HEX triplet: B1, 96 and 4A. RGB value is (177,150,74). Sum of RGB (Red+Green+Blue) = 177+150+74=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1964A is #4E69B5. Grayscale: #959595. Windows color (decimal): -5138870 or 4888241. OLE color: 4888241.

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

Color convert

RGB 177 150 74 -
CMYK 0 0.15 0.58 0.31
HSL 44.27º 0.41% 0.49% -
HSV(B) 44.27º 0.58% 0.69% -
XYZ 30.27 31.65 10.99 -
YUV 149.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 177 150 74 0 0.15 0.58 0.31 44.27 0.41 0.49
Hex B1 96 4A 0 F 3A 1F 2C 29 31
Octal 261 226 112 0 17 72 37 54 51 61
Binary 10110001 10010110 1001010 0 1111 111010 11111 101100 101001 110001

Color Harmonies of #B1964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1964A

Black with #B1964A

Text Example


Text Example

White with #B1964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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