#B65D5B

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

Shades of Fuzzy Wuzzy Brown #B65D5B

Tints of Fuzzy Wuzzy Brown #B65D5B

Color information

#B65D5B (or 0xB65D5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 5D and 5B. RGB value is (182,93,91). Sum of RGB (Red+Green+Blue) = 182+93+91=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D5B is #49A2A4. Grayscale: #777777. Windows color (decimal): -4825765 or 5987766. OLE color: 5987766.

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

Color convert

RGB1829391-
CMYK00.490.50.29
HSL1.32º38.4%53.53%-
HSV(B)1.32º50%71.37%-
XYZ25.0918.5312.15-
YUV119.38111.99172.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=49.73%
G=25.41%
B=24.86%

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
Decimal182939100.490.50.291.3238.453.53
HexB65D5B031321D12636
Octal266135133061623514666
Binary10110110101110110110110110001110010111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D5B; }

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

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

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

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

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

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

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

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