#B45F5E

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

Shades of Fuzzy Wuzzy Brown #B45F5E

Tints of Fuzzy Wuzzy Brown #B45F5E

Color information

#B45F5E (or 0xB45F5E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 5F and 5E. RGB value is (180,95,94). Sum of RGB (Red+Green+Blue) = 180+95+94=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45F5E is #4BA0A1. Grayscale: #787878. Windows color (decimal): -4956322 or 6184884. OLE color: 6184884.

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

Color convert

RGB1809594-
CMYK00.470.480.29
HSL0.7º36.44%53.73%-
HSV(B)0.7º47.78%70.59%-
XYZ24.9318.712.88-
YUV120.3113.16170.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=48.78%
G=25.75%
B=25.47%

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
Decimal180959400.470.480.290.736.4453.73
HexB45F5E02F301D12436
Octal264137136057603514466
Binary10110100101111110111100101111110000111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F5E; }

 p { color: rgb(180,95,94); }

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

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

 a { background-color: rgb(180,95,94); }

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

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

 span { border-color: rgb(180,95,94); }

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