Html Css Color HEX #B89D50 Husk

📋 copy color: '#B89D50'

red 184 ◦ green 157 ◦ blue 80

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

Shades of Husk #B89D50

Tints of Husk #B89D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

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

R = 43.71%
G = 37.29%
B = 19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B89D50 (or 0xB89D50) is known color: Husk. HEX triplet: B8, 9D and 50. RGB value is (184,157,80). Sum of RGB (Red+Green+Blue) = 184+157+80=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D50 is #4762AF. Grayscale: #9C9C9C. Windows color (decimal): -4678320 or 5283256. OLE color: 5283256.

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

Color convert

RGB 184 157 80 -
CMYK 0 0.15 0.57 0.28
HSL 44.42º 0.42% 0.52% -
HSV(B) 44.42º 0.57% 0.72% -
XYZ 33.27 34.88 12.57 -
YUV 156.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 184 157 80 0 0.15 0.57 0.28 44.42 0.42 0.52
Hex B8 9D 50 0 F 39 1C 2C 2A 34
Octal 270 235 120 0 17 71 34 54 52 64
Binary 10111000 10011101 1010000 0 1111 111001 11100 101100 101010 110100

Color Harmonies of #B89D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89D50

Black with #B89D50

Text Example


Text Example

White with #B89D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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