#B65C5C

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

Shades of Fuzzy Wuzzy Brown #B65C5C

Tints of Fuzzy Wuzzy Brown #B65C5C

Color information

#B65C5C (or 0xB65C5C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 5C and 5C. RGB value is (182,92,92). Sum of RGB (Red+Green+Blue) = 182+92+92=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C5C is #49A3A3. Grayscale: #777777. Windows color (decimal): -4826020 or 6053046. OLE color: 6053046.

HSL color Cylindrical-coordinate representation of color #B65C5C: 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.49%. Process color model (Four color, CMYK) of #B65C5C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1829292-
CMYK00.490.490.29
HSL38.14%53.73%-
HSV(B)49.45%71.37%-
XYZ25.0518.3712.35-
YUV118.91112.82173-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=49.73%
G=25.14%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182929200.490.490.29038.1453.73
HexB65C5C031311D02636
Octal266134134061613504666
Binary10110110101110010111000110001110001111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C5C; }

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

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

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

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

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

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

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

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