Html Css Color HEX #BC7550 Red Damask

📋 copy color: '#BC7550'

red 188 ◦ green 117 ◦ blue 80

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

Shades of Red Damask #BC7550

Tints of Red Damask #BC7550

RGB

 RED value IS 188 (73.83% from 255) = 48.83%

 GREEN value IS 117 (46.09% from 255) = 30.39%

 BLUE value IS 80 (31.64% from 255) = 20.78%

R = 48.83%
G = 30.39%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC7550 (or 0xBC7550) is known color: Red Damask. HEX triplet: BC, 75 and 50. RGB value is (188,117,80). Sum of RGB (Red+Green+Blue) = 188+117+80=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7550 is #438AAF. Grayscale: #868686. Windows color (decimal): -4426416 or 5273020. OLE color: 5273020.

HSL color Cylindrical-coordinate representation of color #BC7550: hue angle of 20.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC7550 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 80 -
CMYK 0 0.38 0.57 0.26
HSL 20.56º 0.45% 0.53% -
HSV(B) 20.56º 0.57% 0.74% -
XYZ 28.55 23.99 10.72 -
YUV 134.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 188 117 80 0 0.38 0.57 0.26 20.56 0.45 0.53
Hex BC 75 50 0 26 39 1A 15 2D 35
Octal 274 165 120 0 46 71 32 25 55 65
Binary 10111100 1110101 1010000 0 100110 111001 11010 10101 101101 110101

Color Harmonies of #BC7550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7550

Black with #BC7550

Text Example


Text Example

White with #BC7550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7550; }

 p { color: rgb(188,117,80); }

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

background-color css

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

 a { background-color: rgb(188,117,80); }

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

border-color css

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

 span { border-color: rgb(188,117,80); }

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