Html Css Color HEX #B1934A Husk

📋 copy color: '#B1934A'

red 177 ◦ green 147 ◦ blue 74

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

Shades of Husk #B1934A

Tints of Husk #B1934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 44.47%
G = 36.93%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1934A (or 0xB1934A) is known color: Husk. HEX triplet: B1, 93 and 4A. RGB value is (177,147,74). Sum of RGB (Red+Green+Blue) = 177+147+74=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1934A is #4E6CB5. Grayscale: #939393. Windows color (decimal): -5139638 or 4887473. OLE color: 4887473.

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

Color convert

RGB 177 147 74 -
CMYK 0 0.17 0.58 0.31
HSL 42.52º 0.41% 0.49% -
HSV(B) 42.52º 0.58% 0.69% -
XYZ 29.8 30.71 10.84 -
YUV 147.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 177 147 74 0 0.17 0.58 0.31 42.52 0.41 0.49
Hex B1 93 4A 0 11 3A 1F 2B 29 31
Octal 261 223 112 0 21 72 37 53 51 61
Binary 10110001 10010011 1001010 0 10001 111010 11111 101011 101001 110001

Color Harmonies of #B1934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1934A

Black with #B1934A

Text Example


Text Example

White with #B1934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1934A; }

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

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

background-color css

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

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

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

border-color css

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

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

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