Html Css Color HEX #B89F50 Husk

📋 copy color: '#B89F50'

red 184 ◦ green 159 ◦ blue 80

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

Shades of Husk #B89F50

Tints of Husk #B89F50

RGB

 RED value IS 184 (72.27% from 255) = 43.5%

 GREEN value IS 159 (62.5% from 255) = 37.59%

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 43.5%
G = 37.59%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B89F50 (or 0xB89F50) is known color: Husk. HEX triplet: B8, 9F and 50. RGB value is (184,159,80). Sum of RGB (Red+Green+Blue) = 184+159+80=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F50 is #4760AF. Grayscale: #9D9D9D. Windows color (decimal): -4677808 or 5283768. OLE color: 5283768.

HSL color Cylindrical-coordinate representation of color #B89F50: hue angle of 45.58º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B89F50 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 159 80 -
CMYK 0 0.14 0.57 0.28
HSL 45.58º 0.42% 0.52% -
HSV(B) 45.58º 0.57% 0.72% -
XYZ 33.61 35.57 12.68 -
YUV 157.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 184 159 80 0 0.14 0.57 0.28 45.58 0.42 0.52
Hex B8 9F 50 0 E 39 1C 2E 2A 34
Octal 270 237 120 0 16 71 34 56 52 64
Binary 10111000 10011111 1010000 0 1110 111001 11100 101110 101010 110100

Color Harmonies of #B89F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89F50

Black with #B89F50

Text Example


Text Example

White with #B89F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89F50; }

 p { color: rgb(184,159,80); }

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

background-color css

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

 a { background-color: rgb(184,159,80); }

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

border-color css

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

 span { border-color: rgb(184,159,80); }

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