Html Css Color HEX #B59F74 Fallow

📋 copy color: '#B59F74'

red 181 ◦ green 159 ◦ blue 116

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

Shades of Fallow #B59F74

Tints of Fallow #B59F74

RGB

 RED value IS 181 (71.09% from 255) = 39.69%

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

 BLUE value IS 116 (45.7% from 255) = 25.44%

R = 39.69%
G = 34.87%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B59F74 (or 0xB59F74) is known color: Fallow. HEX triplet: B5, 9F and 74. RGB value is (181,159,116). Sum of RGB (Red+Green+Blue) = 181+159+116=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F74 is #4A608B. Grayscale: #A0A0A0. Windows color (decimal): -4874380 or 7643061. OLE color: 7643061.

HSL color Cylindrical-coordinate representation of color #B59F74: hue angle of 39.69º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B59F74 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 159 116 -
CMYK 0 0.12 0.36 0.29
HSL 39.69º 0.31% 0.58% -
HSV(B) 39.69º 0.36% 0.71% -
XYZ 34.61 35.88 21.62 -
YUV 160.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 181 159 116 0 0.12 0.36 0.29 39.69 0.31 0.58
Hex B5 9F 74 0 C 24 1D 28 1F 3A
Octal 265 237 164 0 14 44 35 50 37 72
Binary 10110101 10011111 1110100 0 1100 100100 11101 101000 11111 111010

Color Harmonies of #B59F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59F74

Black with #B59F74

Text Example


Text Example

White with #B59F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59F74; }

 p { color: rgb(181,159,116); }

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

background-color css

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

 a { background-color: rgb(181,159,116); }

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

border-color css

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

 span { border-color: rgb(181,159,116); }

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