#B5605E

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

Shades of Fuzzy Wuzzy Brown #B5605E

Tints of Fuzzy Wuzzy Brown #B5605E

Color information

#B5605E (or 0xB5605E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 60 and 5E. RGB value is (181,96,94). Sum of RGB (Red+Green+Blue) = 181+96+94=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5605E is #4A9FA1. Grayscale: #797979. Windows color (decimal): -4890530 or 6185141. OLE color: 6185141.

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

Color convert

RGB1819694-
CMYK00.470.480.29
HSL1.38º37.02%53.92%-
HSV(B)1.38º48.07%70.98%-
XYZ25.261912.93-
YUV121.19112.66170.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=48.79%
G=25.88%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181969400.470.480.291.3837.0253.92
HexB5605E02F301D12536
Octal265140136057603514566
Binary10110101110000010111100101111110000111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5605E; }

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

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

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

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

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

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

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

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