#B7605D

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

Shades of Fuzzy Wuzzy Brown #B7605D

Tints of Fuzzy Wuzzy Brown #B7605D

Color information

#B7605D (or 0xB7605D) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 60 and 5D. RGB value is (183,96,93). Sum of RGB (Red+Green+Blue) = 183+96+93=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7605D is #489FA2. Grayscale: #797979. Windows color (decimal): -4759459 or 6119607. OLE color: 6119607.

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

Color convert

RGB1839693-
CMYK00.480.490.28
HSL38.46%54.12%-
HSV(B)49.18%71.76%-
XYZ25.6919.2212.71-
YUV121.67111.82171.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 93 (36.72% from 255) = 25%
R=49.19%
G=25.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183969300.480.490.28238.4654.12
HexB7605D030311C22636
Octal267140135060613424666
Binary101101111100000101110101100001100011110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7605D; }

 p { color: rgb(183,96,93); }

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

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

 a { background-color: rgb(183,96,93); }

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

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

 span { border-color: rgb(183,96,93); }

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