Html Css Color HEX #BD5C59 Fuzzy Wuzzy Brown

📋 copy color: '#BD5C59'

red 189 ◦ green 92 ◦ blue 89

#BD5C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #BD5C59

Tints of Fuzzy Wuzzy Brown #BD5C59

RGB

 RED value IS 189 (74.22% from 255) = 51.08%

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 89 (35.16% from 255) = 24.05%

R = 51.08%
G = 24.86%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD5C59 (or 0xBD5C59) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5C and 59. RGB value is (189,92,89). Sum of RGB (Red+Green+Blue) = 189+92+89=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C59 is #42A3A6. Grayscale: #787878. Windows color (decimal): -4367271 or 5856445. OLE color: 5856445.

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

Color convert

RGB 189 92 89 -
CMYK 0 0.51 0.53 0.26
HSL 1.8º 0.43% 0.55% -
HSV(B) 1.8º 0.53% 0.74% -
XYZ 26.62 19.19 11.75 -
YUV 120.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 189 92 89 0 0.51 0.53 0.26 1.8 0.43 0.55
Hex BD 5C 59 0 33 35 1A 2 2B 37
Octal 275 134 131 0 63 65 32 2 53 67
Binary 10111101 1011100 1011001 0 110011 110101 11010 10 101011 110111

Color Harmonies of #BD5C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C59

Black with #BD5C59

Text Example


Text Example

White with #BD5C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C59; }

 p { color: rgb(189,92,89); }

 H1.HeaderClassName
 {
   color: #BD5C59;
 }
 .AnyTagClassName
 {
   color: #BD5C59;
 }
</style>

background-color css

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

 a { background-color: rgb(189,92,89); }

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

border-color css

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

 span { border-color: rgb(189,92,89); }

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