#B65C5B

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

Shades of Fuzzy Wuzzy Brown #B65C5B

Tints of Fuzzy Wuzzy Brown #B65C5B

Color information

#B65C5B (or 0xB65C5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 5C and 5B. RGB value is (182,92,91). Sum of RGB (Red+Green+Blue) = 182+92+91=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C5B is #49A3A4. Grayscale: #767676. Windows color (decimal): -4826021 or 5987510. OLE color: 5987510.

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

Color convert

RGB1829291-
CMYK00.490.50.29
HSL0.66º38.4%53.53%-
HSV(B)0.66º50%71.37%-
XYZ25.0118.3512.12-
YUV118.8112.32173.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=49.86%
G=25.21%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182929100.490.50.290.6638.453.53
HexB65C5B031321D12636
Octal266134133061623514666
Binary10110110101110010110110110001110010111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C5B; }

 p { color: rgb(182,92,91); }

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

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

 a { background-color: rgb(182,92,91); }

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

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

 span { border-color: rgb(182,92,91); }

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