#B5605C

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

Shades of Fuzzy Wuzzy Brown #B5605C

Tints of Fuzzy Wuzzy Brown #B5605C

Color information

#B5605C (or 0xB5605C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 60 and 5C. RGB value is (181,96,92). Sum of RGB (Red+Green+Blue) = 181+96+92=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5605C is #4A9FA3. Grayscale: #797979. Windows color (decimal): -4890532 or 6054069. OLE color: 6054069.

HSL color Cylindrical-coordinate representation of color #B5605C: hue angle of 2.7º degrees, saturation: 0.38, 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 #B5605C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1819692-
CMYK00.470.490.29
HSL2.7º37.55%53.53%-
HSV(B)2.7º49.17%70.98%-
XYZ25.1718.9612.46-
YUV120.96111.66170.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=49.05%
G=26.02%
B=24.93%

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
Decimal181969200.470.490.292.737.5553.53
HexB5605C02F311D32636
Octal265140134057613534666
Binary101101011100000101110001011111100011110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5605C; }

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

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

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

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

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

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

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

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