#BD5852

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

Shades of Fuzzy Wuzzy Brown #BD5852

Tints of Fuzzy Wuzzy Brown #BD5852

Color information

#BD5852 (or 0xBD5852) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BD, 58 and 52. RGB value is (189,88,82). Sum of RGB (Red+Green+Blue) = 189+88+82=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5852 is #42A7AD. Grayscale: #757575. Windows color (decimal): -4368302 or 5396669. OLE color: 5396669.

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

Color convert

RGB1898882-
CMYK00.530.570.26
HSL3.36º44.77%53.14%-
HSV(B)3.36º56.61%74.12%-
XYZ2618.4110.17-
YUV117.52107.96178.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=52.65%
G=24.51%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189888200.530.570.263.3644.7753.14
HexBD5852035391A32d35
Octal275130122065713235565
Binary101111011011000101001001101011110011101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5852; }

 p { color: rgb(189,88,82); }

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

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

 a { background-color: rgb(189,88,82); }

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

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

 span { border-color: rgb(189,88,82); }

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