#B95E5A

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

Shades of Fuzzy Wuzzy Brown #B95E5A

Tints of Fuzzy Wuzzy Brown #B95E5A

Color information

#B95E5A (or 0xB95E5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 5E and 5A. RGB value is (185,94,90). Sum of RGB (Red+Green+Blue) = 185+94+90=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E5A is #46A1A5. Grayscale: #787878. Windows color (decimal): -4628902 or 5922489. OLE color: 5922489.

HSL color Cylindrical-coordinate representation of color #B95E5A: hue angle of 2.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95E5A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1859490-
CMYK00.490.510.27
HSL2.53º40.43%53.92%-
HSV(B)2.53º51.35%72.55%-
XYZ25.8619.0611.99-
YUV120.75110.65173.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=50.14%
G=25.47%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185949000.490.510.272.5340.4353.92
HexB95E5A031331B32836
Octal271136132061633335066
Binary101110011011110101101001100011100111101111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E5A; }

 p { color: rgb(185,94,90); }

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

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

 a { background-color: rgb(185,94,90); }

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

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

 span { border-color: rgb(185,94,90); }

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