Html Css Color HEX #BC7752 Red Damask

📋 copy color: '#BC7752'

red 188 ◦ green 119 ◦ blue 82

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

Shades of Red Damask #BC7752

Tints of Red Damask #BC7752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 48.33%
G = 30.59%
B = 21.08%

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

#BC7752 (or 0xBC7752) is known color: Red Damask. HEX triplet: BC, 77 and 52. RGB value is (188,119,82). Sum of RGB (Red+Green+Blue) = 188+119+82=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7752 is #4388AD. Grayscale: #878787. Windows color (decimal): -4425902 or 5404604. OLE color: 5404604.

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

Color convert

RGB 188 119 82 -
CMYK 0 0.37 0.56 0.26
HSL 20.94º 0.44% 0.53% -
HSV(B) 20.94º 0.56% 0.74% -
XYZ 28.86 24.49 11.19 -
YUV 135.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 188 119 82 0 0.37 0.56 0.26 20.94 0.44 0.53
Hex BC 77 52 0 25 38 1A 15 2C 35
Octal 274 167 122 0 45 70 32 25 54 65
Binary 10111100 1110111 1010010 0 100101 111000 11010 10101 101100 110101

Color Harmonies of #BC7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7752

Black with #BC7752

Text Example


Text Example

White with #BC7752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7752; }

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

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

background-color css

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

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

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

border-color css

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

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

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