#B95F5A

Color #B95F5A Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #B95F5A

Tints of Fuzzy Wuzzy Brown #B95F5A

Color information

#B95F5A (or 0xB95F5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 5F and 5A. RGB value is (185,95,90). Sum of RGB (Red+Green+Blue) = 185+95+90=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95F5A is #46A0A5. Grayscale: #797979. Windows color (decimal): -4628646 or 5922745. OLE color: 5922745.

HSL color Cylindrical-coordinate representation of color #B95F5A: hue angle of 3.16º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95F5A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1859590-
CMYK00.490.510.27
HSL3.16º40.43%53.92%-
HSV(B)3.16º51.35%72.55%-
XYZ25.9519.2412.02-
YUV121.34110.32173.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=50%
G=25.68%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185959000.490.510.273.1640.4353.92
HexB95F5A031331B32836
Octal271137132061633335066
Binary101110011011111101101001100011100111101111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95F5A; }

 p { color: rgb(185,95,90); }

 H1.HeaderClassName
 {
   color: #B95F5A;
 }
 .AnyTagClassName
 {
   color: #B95F5A;
 }
</style>
background-color css

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

 a { background-color: rgb(185,95,90); }

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

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

 span { border-color: rgb(185,95,90); }

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