Html Css Color HEX #B1944B Husk

📋 copy color: '#B1944B'

red 177 ◦ green 148 ◦ blue 75

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

Shades of Husk #B1944B

Tints of Husk #B1944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

 BLUE value IS 75 (29.69% from 255) = 18.75%

R = 44.25%
G = 37%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1944B (or 0xB1944B) is known color: Husk. HEX triplet: B1, 94 and 4B. RGB value is (177,148,75). Sum of RGB (Red+Green+Blue) = 177+148+75=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1944B is #4E6BB4. Grayscale: #949494. Windows color (decimal): -5139381 or 4953265. OLE color: 4953265.

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

Color convert

RGB 177 148 75 -
CMYK 0 0.16 0.58 0.31
HSL 42.94º 0.4% 0.49% -
HSV(B) 42.94º 0.58% 0.69% -
XYZ 29.99 31.03 11.07 -
YUV 148.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 177 148 75 0 0.16 0.58 0.31 42.94 0.4 0.49
Hex B1 94 4B 0 10 3A 1F 2B 28 31
Octal 261 224 113 0 20 72 37 53 50 61
Binary 10110001 10010100 1001011 0 10000 111010 11111 101011 101000 110001

Color Harmonies of #B1944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1944B

Black with #B1944B

Text Example


Text Example

White with #B1944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1944B; }

 p { color: rgb(177,148,75); }

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

background-color css

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

 a { background-color: rgb(177,148,75); }

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

border-color css

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

 span { border-color: rgb(177,148,75); }

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