#B65454

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

Shades of Fuzzy Wuzzy Brown #B65454

Tints of Fuzzy Wuzzy Brown #B65454

Color information

#B65454 (or 0xB65454) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 54 and 54. RGB value is (182,84,84). Sum of RGB (Red+Green+Blue) = 182+84+84=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B65454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65454 is #49ABAB. Grayscale: #717171. Windows color (decimal): -4828076 or 5526710. OLE color: 5526710.

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

Color convert

RGB1828484-
CMYK00.540.540.29
HSL40.16%52.16%-
HSV(B)53.85%71.37%-
XYZ24.0616.9310.39-
YUV113.3111.47177-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 84 (33.20% from 255) = 24%
R=52%
G=24%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182848400.540.540.29040.1652.16
HexB65454036361D02834
Octal266124124066663505064
Binary10110110101010010101000110110110110111010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65454; }

 p { color: rgb(182,84,84); }

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

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

 a { background-color: rgb(182,84,84); }

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

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

 span { border-color: rgb(182,84,84); }

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