Html Css Color HEX #BD5C57 Fuzzy Wuzzy Brown

📋 copy color: '#BD5C57'

red 189 ◦ green 92 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #BD5C57

Tints of Fuzzy Wuzzy Brown #BD5C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.64%

R = 51.36%
G = 25%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD5C57 (or 0xBD5C57) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5C and 57. RGB value is (189,92,87). Sum of RGB (Red+Green+Blue) = 189+92+87=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C57 is #42A3A8. Grayscale: #787878. Windows color (decimal): -4367273 or 5725373. OLE color: 5725373.

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

Color convert

RGB 189 92 87 -
CMYK 0 0.51 0.54 0.26
HSL 2.94º 0.44% 0.54% -
HSV(B) 2.94º 0.54% 0.74% -
XYZ 26.53 19.16 11.32 -
YUV 120.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 189 92 87 0 0.51 0.54 0.26 2.94 0.44 0.54
Hex BD 5C 57 0 33 36 1A 3 2C 36
Octal 275 134 127 0 63 66 32 3 54 66
Binary 10111101 1011100 1010111 0 110011 110110 11010 11 101100 110110

Color Harmonies of #BD5C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C57

Black with #BD5C57

Text Example


Text Example

White with #BD5C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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