#B65B5B

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

Shades of Fuzzy Wuzzy Brown #B65B5B

Tints of Fuzzy Wuzzy Brown #B65B5B

Color information

#B65B5B (or 0xB65B5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 5B and 5B. RGB value is (182,91,91). Sum of RGB (Red+Green+Blue) = 182+91+91=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B5B is #49A4A4. Grayscale: #767676. Windows color (decimal): -4826277 or 5987254. OLE color: 5987254.

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

Color convert

RGB1829191-
CMYK00.50.50.29
HSL38.4%53.53%-
HSV(B)50%71.37%-
XYZ24.9218.1812.09-
YUV118.21112.65173.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 91 (35.94% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182919100.50.50.29038.453.53
HexB65B5B032321D02636
Octal266133133062623504666
Binary10110110101101110110110110010110010111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B5B; }

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

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

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

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

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

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

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

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