#BD5D5A

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

Shades of Fuzzy Wuzzy Brown #BD5D5A

Tints of Fuzzy Wuzzy Brown #BD5D5A

Color information

#BD5D5A (or 0xBD5D5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BD, 5D and 5A. RGB value is (189,93,90). Sum of RGB (Red+Green+Blue) = 189+93+90=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5D5A is #42A2A5. Grayscale: #797979. Windows color (decimal): -4367014 or 5922237. OLE color: 5922237.

HSL color Cylindrical-coordinate representation of color #BD5D5A: hue angle of 1.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5D5A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB1899390-
CMYK00.510.520.26
HSL1.82º42.86%54.71%-
HSV(B)1.82º52.38%74.12%-
XYZ26.7519.3912.01-
YUV121.36110.3176.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 93 (36.72% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=50.81%
G=25%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189939000.510.520.261.8242.8654.71
HexBD5D5A033341A22b37
Octal275135132063643225367
Binary101111011011101101101001100111101001101010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5D5A; }

 p { color: rgb(189,93,90); }

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

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

 a { background-color: rgb(189,93,90); }

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

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

 span { border-color: rgb(189,93,90); }

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