Html Css Color HEX #B89B50 Husk

📋 copy color: '#B89B50'

red 184 ◦ green 155 ◦ blue 80

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

Shades of Husk #B89B50

Tints of Husk #B89B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.99%

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

R = 43.91%
G = 36.99%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B89B50 (or 0xB89B50) is known color: Husk. HEX triplet: B8, 9B and 50. RGB value is (184,155,80). Sum of RGB (Red+Green+Blue) = 184+155+80=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B50 is #4764AF. Grayscale: #9B9B9B. Windows color (decimal): -4678832 or 5282744. OLE color: 5282744.

HSL color Cylindrical-coordinate representation of color #B89B50: hue angle of 43.27º 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 #B89B50 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 155 80 -
CMYK 0 0.16 0.57 0.28
HSL 43.27º 0.42% 0.52% -
HSV(B) 43.27º 0.57% 0.72% -
XYZ 32.94 34.21 12.46 -
YUV 155.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 184 155 80 0 0.16 0.57 0.28 43.27 0.42 0.52
Hex B8 9B 50 0 10 39 1C 2B 2A 34
Octal 270 233 120 0 20 71 34 53 52 64
Binary 10111000 10011011 1010000 0 10000 111001 11100 101011 101010 110100

Color Harmonies of #B89B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B50

Black with #B89B50

Text Example


Text Example

White with #B89B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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