Html Css Color HEX #BD5D5B Fuzzy Wuzzy Brown

📋 copy color: '#BD5D5B'

red 189 ◦ green 93 ◦ blue 91

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

Shades of Fuzzy Wuzzy Brown #BD5D5B

Tints of Fuzzy Wuzzy Brown #BD5D5B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 50.67%
G = 24.93%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD5D5B (or 0xBD5D5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5D and 5B. RGB value is (189,93,91). Sum of RGB (Red+Green+Blue) = 189+93+91=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5D5B is #42A2A4. Grayscale: #797979. Windows color (decimal): -4367013 or 5987773. OLE color: 5987773.

HSL color Cylindrical-coordinate representation of color #BD5D5B: hue angle of 1.22º 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 #BD5D5B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 93 91 -
CMYK 0 0.51 0.52 0.26
HSL 1.22º 0.43% 0.55% -
HSV(B) 1.22º 0.52% 0.74% -
XYZ 26.79 19.4 12.23 -
YUV 121.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 189 93 91 0 0.51 0.52 0.26 1.22 0.43 0.55
Hex BD 5D 5B 0 33 34 1A 1 2B 37
Octal 275 135 133 0 63 64 32 1 53 67
Binary 10111101 1011101 1011011 0 110011 110100 11010 1 101011 110111

Color Harmonies of #BD5D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5D5B

Black with #BD5D5B

Text Example


Text Example

White with #BD5D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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