Html Css Color HEX #BD5E5E Fuzzy Wuzzy Brown

📋 copy color: '#BD5E5E'

red 189 ◦ green 94 ◦ blue 94

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

Shades of Fuzzy Wuzzy Brown #BD5E5E

Tints of Fuzzy Wuzzy Brown #BD5E5E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 50.13%
G = 24.93%
B = 24.93%

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

#BD5E5E (or 0xBD5E5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5E and 5E. RGB value is (189,94,94). Sum of RGB (Red+Green+Blue) = 189+94+94=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E5E is #42A1A1. Grayscale: #7A7A7A. Windows color (decimal): -4366754 or 6184637. OLE color: 6184637.

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

Color convert

RGB 189 94 94 -
CMYK 0 0.50 0.50 0.26
HSL 0.42% 0.55% -
HSV(B) 0.5% 0.74% -
XYZ 27.01 19.63 12.96 -
YUV 122.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 189 94 94 0 0.50 0.50 0.26 0 0.42 0.55
Hex BD 5E 5E 0 32 32 1A 0 2A 37
Octal 275 136 136 0 62 62 32 0 52 67
Binary 10111101 1011110 1011110 0 110010 110010 11010 0 101010 110111

Color Harmonies of #BD5E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E5E

Black with #BD5E5E

Text Example


Text Example

White with #BD5E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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