#BD5754

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

Shades of Fuzzy Wuzzy Brown #BD5754

Tints of Fuzzy Wuzzy Brown #BD5754

Color information

#BD5754 (or 0xBD5754) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BD, 57 and 54. RGB value is (189,87,84). Sum of RGB (Red+Green+Blue) = 189+87+84=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5754 is #42A8AB. Grayscale: #757575. Windows color (decimal): -4368556 or 5527485. OLE color: 5527485.

HSL color Cylindrical-coordinate representation of color #BD5754: hue angle of 1.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5754 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1898784-
CMYK00.540.560.26
HSL1.71º44.3%53.53%-
HSV(B)1.71º55.56%74.12%-
XYZ25.9918.2810.54-
YUV117.16109.29179.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=52.5%
G=24.17%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189878400.540.560.261.7144.353.53
HexBD5754036381A22c36
Octal275127124066703225466
Binary101111011010111101010001101101110001101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5754; }

 p { color: rgb(189,87,84); }

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

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

 a { background-color: rgb(189,87,84); }

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

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

 span { border-color: rgb(189,87,84); }

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