Html Css Color HEX #BD5D5A Fuzzy Wuzzy Brown

📋 copy color: '#BD5D5A'

red 189 ◦ green 93 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #BD5D5A

Tints of Fuzzy Wuzzy Brown #BD5D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 50.81%
G = 25%
B = 24.19%

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

#BD5D5A (or 0xBD5D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5D and 5A. RGB value is (189,93,90). Sum of RGB (Red+Green+Blue) = 189+93+90=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5D5A is #42A2A5. Grayscale: #797979. Windows color (decimal): -4367014 or 5922237. OLE color: 5922237.

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

Color convert

RGB 189 93 90 -
CMYK 0 0.51 0.52 0.26
HSL 1.82º 0.43% 0.55% -
HSV(B) 1.82º 0.52% 0.74% -
XYZ 26.75 19.39 12.01 -
YUV 121.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 189 93 90 0 0.51 0.52 0.26 1.82 0.43 0.55
Hex BD 5D 5A 0 33 34 1A 2 2B 37
Octal 275 135 132 0 63 64 32 2 53 67
Binary 10111101 1011101 1011010 0 110011 110100 11010 10 101011 110111

Color Harmonies of #BD5D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5D5A

Black with #BD5D5A

Text Example


Text Example

White with #BD5D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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