Html Css Color HEX #B5944B Husk

📋 copy color: '#B5944B'

red 181 ◦ green 148 ◦ blue 75

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

Shades of Husk #B5944B

Tints of Husk #B5944B

RGB

 RED value IS 181 (71.09% from 255) = 44.8%

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

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

R = 44.8%
G = 36.63%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5944B (or 0xB5944B) is known color: Husk. HEX triplet: B5, 94 and 4B. RGB value is (181,148,75). Sum of RGB (Red+Green+Blue) = 181+148+75=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5944B is #4A6BB4. Grayscale: #959595. Windows color (decimal): -4877237 or 4953269. OLE color: 4953269.

HSL color Cylindrical-coordinate representation of color #B5944B: hue angle of 41.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5944B is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 75 -
CMYK 0 0.18 0.59 0.29
HSL 41.32º 0.42% 0.5% -
HSV(B) 41.32º 0.59% 0.71% -
XYZ 30.92 31.51 11.11 -
YUV 149.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 181 148 75 0 0.18 0.59 0.29 41.32 0.42 0.5
Hex B5 94 4B 0 12 3B 1D 29 2A 32
Octal 265 224 113 0 22 73 35 51 52 62
Binary 10110101 10010100 1001011 0 10010 111011 11101 101001 101010 110010

Color Harmonies of #B5944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5944B

Black with #B5944B

Text Example


Text Example

White with #B5944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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