Html Css Color HEX #BC7455 Red Damask

📋 copy color: '#BC7455'

red 188 ◦ green 116 ◦ blue 85

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

Shades of Red Damask #BC7455

Tints of Red Damask #BC7455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

 BLUE value IS 85 (33.59% from 255) = 21.85%

R = 48.33%
G = 29.82%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC7455 (or 0xBC7455) is known color: Red Damask. HEX triplet: BC, 74 and 55. RGB value is (188,116,85). Sum of RGB (Red+Green+Blue) = 188+116+85=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7455 is #438BAA. Grayscale: #868686. Windows color (decimal): -4426667 or 5600444. OLE color: 5600444.

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

Color convert

RGB 188 116 85 -
CMYK 0 0.38 0.55 0.26
HSL 18.06º 0.43% 0.54% -
HSV(B) 18.06º 0.55% 0.74% -
XYZ 28.62 23.84 11.69 -
YUV 133.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 188 116 85 0 0.38 0.55 0.26 18.06 0.43 0.54
Hex BC 74 55 0 26 37 1A 12 2B 36
Octal 274 164 125 0 46 67 32 22 53 66
Binary 10111100 1110100 1010101 0 100110 110111 11010 10010 101011 110110

Color Harmonies of #BC7455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7455

Black with #BC7455

Text Example


Text Example

White with #BC7455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7455; }

 p { color: rgb(188,116,85); }

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

background-color css

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

 a { background-color: rgb(188,116,85); }

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

border-color css

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

 span { border-color: rgb(188,116,85); }

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