#B65E5A

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

Shades of Fuzzy Wuzzy Brown #B65E5A

Tints of Fuzzy Wuzzy Brown #B65E5A

Color information

#B65E5A (or 0xB65E5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 5E and 5A. RGB value is (182,94,90). Sum of RGB (Red+Green+Blue) = 182+94+90=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E5A is #49A1A5. Grayscale: #777777. Windows color (decimal): -4825510 or 5922486. OLE color: 5922486.

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

Color convert

RGB1829490-
CMYK00.480.510.29
HSL2.61º38.66%53.33%-
HSV(B)2.61º50.55%71.37%-
XYZ25.1418.6911.96-
YUV119.86111.15172.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=49.73%
G=25.68%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182949000.480.510.292.6138.6653.33
HexB65E5A030331D32735
Octal266136132060633534765
Binary101101101011110101101001100001100111110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E5A; }

 p { color: rgb(182,94,90); }

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

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

 a { background-color: rgb(182,94,90); }

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

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

 span { border-color: rgb(182,94,90); }

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