#B4605B

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

Shades of Fuzzy Wuzzy Brown #B4605B

Tints of Fuzzy Wuzzy Brown #B4605B

Color information

#B4605B (or 0xB4605B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 60 and 5B. RGB value is (180,96,91). Sum of RGB (Red+Green+Blue) = 180+96+91=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4605B is #4B9FA4. Grayscale: #787878. Windows color (decimal): -4956069 or 5988532. OLE color: 5988532.

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

Color convert

RGB1809691-
CMYK00.470.490.29
HSL3.37º37.24%53.14%-
HSV(B)3.37º49.44%70.59%-
XYZ24.8918.8212.22-
YUV120.55111.33170.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=49.05%
G=26.16%
B=24.80%

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
Decimal180969100.470.490.293.3737.2453.14
HexB4605B02F311D32535
Octal264140133057613534565
Binary101101001100000101101101011111100011110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4605B; }

 p { color: rgb(180,96,91); }

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

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

 a { background-color: rgb(180,96,91); }

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

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

 span { border-color: rgb(180,96,91); }

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