Html Css Color HEX #BC7153 Red Damask

📋 copy color: '#BC7153'

red 188 ◦ green 113 ◦ blue 83

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

Shades of Red Damask #BC7153

Tints of Red Damask #BC7153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.43%

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

R = 48.96%
G = 29.43%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC7153 (or 0xBC7153) is known color: Red Damask. HEX triplet: BC, 71 and 53. RGB value is (188,113,83). Sum of RGB (Red+Green+Blue) = 188+113+83=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7153 is #438EAC. Grayscale: #848484. Windows color (decimal): -4427437 or 5468604. OLE color: 5468604.

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

Color convert

RGB 188 113 83 -
CMYK 0 0.40 0.56 0.26
HSL 17.14º 0.44% 0.53% -
HSV(B) 17.14º 0.56% 0.74% -
XYZ 28.21 23.13 11.16 -
YUV 132.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 188 113 83 0 0.40 0.56 0.26 17.14 0.44 0.53
Hex BC 71 53 0 28 38 1A 11 2C 35
Octal 274 161 123 0 50 70 32 21 54 65
Binary 10111100 1110001 1010011 0 101000 111000 11010 10001 101100 110101

Color Harmonies of #BC7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7153

Black with #BC7153

Text Example


Text Example

White with #BC7153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7153; }

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

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

background-color css

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

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

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

border-color css

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

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

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