Html Css Color HEX #B89F4E Husk

📋 copy color: '#B89F4E'

red 184 ◦ green 159 ◦ blue 78

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

Shades of Husk #B89F4E

Tints of Husk #B89F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 43.71%
G = 37.77%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B89F4E (or 0xB89F4E) is known color: Husk. HEX triplet: B8, 9F and 4E. RGB value is (184,159,78). Sum of RGB (Red+Green+Blue) = 184+159+78=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F4E is #4760B1. Grayscale: #9D9D9D. Windows color (decimal): -4677810 or 5152696. OLE color: 5152696.

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

Color convert

RGB 184 159 78 -
CMYK 0 0.14 0.58 0.28
HSL 45.85º 0.43% 0.51% -
HSV(B) 45.85º 0.58% 0.72% -
XYZ 33.54 35.54 12.3 -
YUV 157.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 184 159 78 0 0.14 0.58 0.28 45.85 0.43 0.51
Hex B8 9F 4E 0 E 3A 1C 2E 2B 33
Octal 270 237 116 0 16 72 34 56 53 63
Binary 10111000 10011111 1001110 0 1110 111010 11100 101110 101011 110011

Color Harmonies of #B89F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89F4E

Black with #B89F4E

Text Example


Text Example

White with #B89F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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