Html Css Color HEX #BC7453 Red Damask

📋 copy color: '#BC7453'

red 188 ◦ green 116 ◦ blue 83

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

Shades of Red Damask #BC7453

Tints of Red Damask #BC7453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.45%

R = 48.58%
G = 29.97%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC7453 (or 0xBC7453) is known color: Red Damask. HEX triplet: BC, 74 and 53. RGB value is (188,116,83). Sum of RGB (Red+Green+Blue) = 188+116+83=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7453 is #438BAC. Grayscale: #858585. Windows color (decimal): -4426669 or 5469372. OLE color: 5469372.

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

Color convert

RGB 188 116 83 -
CMYK 0 0.38 0.56 0.26
HSL 18.86º 0.44% 0.53% -
HSV(B) 18.86º 0.56% 0.74% -
XYZ 28.55 23.81 11.27 -
YUV 133.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 188 116 83 0 0.38 0.56 0.26 18.86 0.44 0.53
Hex BC 74 53 0 26 38 1A 13 2C 35
Octal 274 164 123 0 46 70 32 23 54 65
Binary 10111100 1110100 1010011 0 100110 111000 11010 10011 101100 110101

Color Harmonies of #BC7453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7453

Black with #BC7453

Text Example


Text Example

White with #BC7453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7453; }

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

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

background-color css

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

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

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

border-color css

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

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

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