Html Css Color HEX #B89750 Husk

📋 copy color: '#B89750'

red 184 ◦ green 151 ◦ blue 80

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

Shades of Husk #B89750

Tints of Husk #B89750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 44.34%
G = 36.39%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B89750 (or 0xB89750) is known color: Husk. HEX triplet: B8, 97 and 50. RGB value is (184,151,80). Sum of RGB (Red+Green+Blue) = 184+151+80=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B89750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89750 is #4768AF. Grayscale: #999999. Windows color (decimal): -4679856 or 5281720. OLE color: 5281720.

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

Color convert

RGB 184 151 80 -
CMYK 0 0.18 0.57 0.28
HSL 40.96º 0.42% 0.52% -
HSV(B) 40.96º 0.57% 0.72% -
XYZ 32.28 32.9 12.24 -
YUV 152.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 184 151 80 0 0.18 0.57 0.28 40.96 0.42 0.52
Hex B8 97 50 0 12 39 1C 29 2A 34
Octal 270 227 120 0 22 71 34 51 52 64
Binary 10111000 10010111 1010000 0 10010 111001 11100 101001 101010 110100

Color Harmonies of #B89750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89750

Black with #B89750

Text Example


Text Example

White with #B89750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89750; }

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

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

background-color css

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

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

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

border-color css

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

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

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