Html Css Color HEX #B1904D Husk

📋 copy color: '#B1904D'

red 177 ◦ green 144 ◦ blue 77

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

Shades of Husk #B1904D

Tints of Husk #B1904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

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

R = 44.47%
G = 36.18%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1904D (or 0xB1904D) is known color: Husk. HEX triplet: B1, 90 and 4D. RGB value is (177,144,77). Sum of RGB (Red+Green+Blue) = 177+144+77=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1904D is #4E6FB2. Grayscale: #929292. Windows color (decimal): -5140403 or 5083313. OLE color: 5083313.

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

Color convert

RGB 177 144 77 -
CMYK 0 0.19 0.56 0.31
HSL 40.2º 0.39% 0.5% -
HSV(B) 40.2º 0.56% 0.69% -
XYZ 29.44 29.83 11.23 -
YUV 146.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 177 144 77 0 0.19 0.56 0.31 40.2 0.39 0.5
Hex B1 90 4D 0 13 38 1F 28 27 32
Octal 261 220 115 0 23 70 37 50 47 62
Binary 10110001 10010000 1001101 0 10011 111000 11111 101000 100111 110010

Color Harmonies of #B1904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1904D

Black with #B1904D

Text Example


Text Example

White with #B1904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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