#B95752

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

Shades of Fuzzy Wuzzy Brown #B95752

Tints of Fuzzy Wuzzy Brown #B95752

Color information

#B95752 (or 0xB95752) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 57 and 52. RGB value is (185,87,82). Sum of RGB (Red+Green+Blue) = 185+87+82=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B95752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95752 is #46A8AD. Grayscale: #737373. Windows color (decimal): -4630702 or 5396409. OLE color: 5396409.

HSL color Cylindrical-coordinate representation of color #B95752: hue angle of 2.91º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95752 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1858782-
CMYK00.530.560.27
HSL2.91º42.39%52.35%-
HSV(B)2.91º55.68%72.55%-
XYZ24.9417.7410.09-
YUV115.73108.97177.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=52.26%
G=24.58%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185878200.530.560.272.9142.3952.35
HexB95752035381B32a34
Octal271127122065703335264
Binary101110011010111101001001101011110001101111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95752; }

 p { color: rgb(185,87,82); }

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

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

 a { background-color: rgb(185,87,82); }

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

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

 span { border-color: rgb(185,87,82); }

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