Html Css Color HEX #BD5F5D Fuzzy Wuzzy Brown

📋 copy color: '#BD5F5D'

red 189 ◦ green 95 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #BD5F5D

Tints of Fuzzy Wuzzy Brown #BD5F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 50.13%
G = 25.2%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD5F5D (or 0xBD5F5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5F and 5D. RGB value is (189,95,93). Sum of RGB (Red+Green+Blue) = 189+95+93=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F5D is #42A0A2. Grayscale: #7A7A7A. Windows color (decimal): -4366499 or 6119357. OLE color: 6119357.

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

Color convert

RGB 189 95 93 -
CMYK 0 0.50 0.51 0.26
HSL 1.25º 0.42% 0.55% -
HSV(B) 1.25º 0.51% 0.74% -
XYZ 27.05 19.79 12.75 -
YUV 122.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 189 95 93 0 0.50 0.51 0.26 1.25 0.42 0.55
Hex BD 5F 5D 0 32 33 1A 1 2A 37
Octal 275 137 135 0 62 63 32 1 52 67
Binary 10111101 1011111 1011101 0 110010 110011 11010 1 101010 110111

Color Harmonies of #BD5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5F5D

Black with #BD5F5D

Text Example


Text Example

White with #BD5F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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