Html Css Color HEX #B89F52 Husk

📋 copy color: '#B89F52'

red 184 ◦ green 159 ◦ blue 82

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

Shades of Husk #B89F52

Tints of Husk #B89F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 43.29%
G = 37.41%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B89F52 (or 0xB89F52) is known color: Husk. HEX triplet: B8, 9F and 52. RGB value is (184,159,82). Sum of RGB (Red+Green+Blue) = 184+159+82=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F52 is #4760AD. Grayscale: #9E9E9E. Windows color (decimal): -4677806 or 5414840. OLE color: 5414840.

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

Color convert

RGB 184 159 82 -
CMYK 0 0.14 0.55 0.28
HSL 45.29º 0.42% 0.52% -
HSV(B) 45.29º 0.55% 0.72% -
XYZ 33.69 35.6 13.08 -
YUV 157.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 184 159 82 0 0.14 0.55 0.28 45.29 0.42 0.52
Hex B8 9F 52 0 E 37 1C 2D 2A 34
Octal 270 237 122 0 16 67 34 55 52 64
Binary 10111000 10011111 1010010 0 1110 110111 11100 101101 101010 110100

Color Harmonies of #B89F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89F52

Black with #B89F52

Text Example


Text Example

White with #B89F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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