Html Css Color HEX #BC7753 Red Damask

📋 copy color: '#BC7753'

red 188 ◦ green 119 ◦ blue 83

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

Shades of Red Damask #BC7753

Tints of Red Damask #BC7753

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

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

R = 48.21%
G = 30.51%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC7753 (or 0xBC7753) is known color: Red Damask. HEX triplet: BC, 77 and 53. RGB value is (188,119,83). Sum of RGB (Red+Green+Blue) = 188+119+83=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7753 is #4388AC. Grayscale: #878787. Windows color (decimal): -4425901 or 5470140. OLE color: 5470140.

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

Color convert

RGB 188 119 83 -
CMYK 0 0.37 0.56 0.26
HSL 20.57º 0.44% 0.53% -
HSV(B) 20.57º 0.56% 0.74% -
XYZ 28.9 24.51 11.39 -
YUV 135.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 188 119 83 0 0.37 0.56 0.26 20.57 0.44 0.53
Hex BC 77 53 0 25 38 1A 15 2C 35
Octal 274 167 123 0 45 70 32 25 54 65
Binary 10111100 1110111 1010011 0 100101 111000 11010 10101 101100 110101

Color Harmonies of #BC7753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7753

Black with #BC7753

Text Example


Text Example

White with #BC7753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7753; }

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

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

background-color css

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

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

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

border-color css

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

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

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