#B7605E

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

Shades of Fuzzy Wuzzy Brown #B7605E

Tints of Fuzzy Wuzzy Brown #B7605E

Color information

#B7605E (or 0xB7605E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 60 and 5E. RGB value is (183,96,94). Sum of RGB (Red+Green+Blue) = 183+96+94=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7605E is #489FA1. Grayscale: #797979. Windows color (decimal): -4759458 or 6185143. OLE color: 6185143.

HSL color Cylindrical-coordinate representation of color #B7605E: hue angle of 1.35º 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 #B7605E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1839694-
CMYK00.480.490.28
HSL1.35º38.2%54.31%-
HSV(B)1.35º48.63%71.76%-
XYZ25.7319.2412.95-
YUV121.78112.32171.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=49.06%
G=25.74%
B=25.20%

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
Decimal183969400.480.490.281.3538.254.31
HexB7605E030311C12636
Octal267140136060613414666
Binary10110111110000010111100110000110001111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7605E; }

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

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

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

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

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

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

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

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