Html Css Color HEX #B89F4F Husk

📋 copy color: '#B89F4F'

red 184 ◦ green 159 ◦ blue 79

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

Shades of Husk #B89F4F

Tints of Husk #B89F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 43.6%
G = 37.68%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B89F4F (or 0xB89F4F) is known color: Husk. HEX triplet: B8, 9F and 4F. RGB value is (184,159,79). Sum of RGB (Red+Green+Blue) = 184+159+79=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F4F is #4760B0. Grayscale: #9D9D9D. Windows color (decimal): -4677809 or 5218232. OLE color: 5218232.

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

Color convert

RGB 184 159 79 -
CMYK 0 0.14 0.57 0.28
HSL 45.71º 0.43% 0.52% -
HSV(B) 45.71º 0.57% 0.72% -
XYZ 33.58 35.55 12.49 -
YUV 157.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 184 159 79 0 0.14 0.57 0.28 45.71 0.43 0.52
Hex B8 9F 4F 0 E 39 1C 2E 2B 34
Octal 270 237 117 0 16 71 34 56 53 64
Binary 10111000 10011111 1001111 0 1110 111001 11100 101110 101011 110100

Color Harmonies of #B89F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89F4F

Black with #B89F4F

Text Example


Text Example

White with #B89F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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