Html Css Color HEX #BD5F5E Fuzzy Wuzzy Brown

📋 copy color: '#BD5F5E'

red 189 ◦ green 95 ◦ blue 94

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

Shades of Fuzzy Wuzzy Brown #BD5F5E

Tints of Fuzzy Wuzzy Brown #BD5F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 50%
G = 25.13%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD5F5E (or 0xBD5F5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5F and 5E. RGB value is (189,95,94). Sum of RGB (Red+Green+Blue) = 189+95+94=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F5E is #42A0A1. Grayscale: #7B7B7B. Windows color (decimal): -4366498 or 6184893. OLE color: 6184893.

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

Color convert

RGB 189 95 94 -
CMYK 0 0.50 0.50 0.26
HSL 0.63º 0.42% 0.55% -
HSV(B) 0.63º 0.5% 0.74% -
XYZ 27.1 19.81 12.99 -
YUV 122.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 189 95 94 0 0.50 0.50 0.26 0.63 0.42 0.55
Hex BD 5F 5E 0 32 32 1A 1 2A 37
Octal 275 137 136 0 62 62 32 1 52 67
Binary 10111101 1011111 1011110 0 110010 110010 11010 1 101010 110111

Color Harmonies of #BD5F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5F5E

Black with #BD5F5E

Text Example


Text Example

White with #BD5F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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