#B5605D

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

Shades of Fuzzy Wuzzy Brown #B5605D

Tints of Fuzzy Wuzzy Brown #B5605D

Color information

#B5605D (or 0xB5605D) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 60 and 5D. RGB value is (181,96,93). Sum of RGB (Red+Green+Blue) = 181+96+93=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5605D is #4A9FA2. Grayscale: #797979. Windows color (decimal): -4890531 or 6119605. OLE color: 6119605.

HSL color Cylindrical-coordinate representation of color #B5605D: hue angle of 2.05º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5605D is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1819693-
CMYK00.470.490.29
HSL2.05º37.29%53.73%-
HSV(B)2.05º48.62%70.98%-
XYZ25.2118.9812.69-
YUV121.07112.16170.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=48.92%
G=25.95%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181969300.470.490.292.0537.2953.73
HexB5605D02F311D22536
Octal265140135057613524566
Binary101101011100000101110101011111100011110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5605D; }

 p { color: rgb(181,96,93); }

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

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

 a { background-color: rgb(181,96,93); }

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

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

 span { border-color: rgb(181,96,93); }

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