#B8605C

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

Shades of Fuzzy Wuzzy Brown #B8605C

Tints of Fuzzy Wuzzy Brown #B8605C

Color information

#B8605C (or 0xB8605C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 60 and 5C. RGB value is (184,96,92). Sum of RGB (Red+Green+Blue) = 184+96+92=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8605C is #479FA3. Grayscale: #797979. Windows color (decimal): -4693924 or 6054072. OLE color: 6054072.

HSL color Cylindrical-coordinate representation of color #B8605C: hue angle of 2.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8605C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1849692-
CMYK00.480.500.28
HSL2.61º39.32%54.12%-
HSV(B)2.61º50%72.16%-
XYZ25.8819.3312.49-
YUV121.86111.15172.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=49.46%
G=25.81%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184969200.480.500.282.6139.3254.12
HexB8605C030321C32736
Octal270140134060623434766
Binary101110001100000101110001100001100101110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8605C; }

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

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

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

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

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

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

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

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