Html Css Color HEX #B1914A Husk

📋 copy color: '#B1914A'

red 177 ◦ green 145 ◦ blue 74

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

Shades of Husk #B1914A

Tints of Husk #B1914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 44.7%
G = 36.62%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1914A (or 0xB1914A) is known color: Husk. HEX triplet: B1, 91 and 4A. RGB value is (177,145,74). Sum of RGB (Red+Green+Blue) = 177+145+74=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1914A is #4E6EB5. Grayscale: #929292. Windows color (decimal): -5140150 or 4886961. OLE color: 4886961.

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

Color convert

RGB 177 145 74 -
CMYK 0 0.18 0.58 0.31
HSL 41.36º 0.41% 0.49% -
HSV(B) 41.36º 0.58% 0.69% -
XYZ 29.49 30.09 10.73 -
YUV 146.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 177 145 74 0 0.18 0.58 0.31 41.36 0.41 0.49
Hex B1 91 4A 0 12 3A 1F 29 29 31
Octal 261 221 112 0 22 72 37 51 51 61
Binary 10110001 10010001 1001010 0 10010 111010 11111 101001 101001 110001

Color Harmonies of #B1914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1914A

Black with #B1914A

Text Example


Text Example

White with #B1914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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