Html Css Color HEX #BC7251 Red Damask

📋 copy color: '#BC7251'

red 188 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #BC7251

Tints of Red Damask #BC7251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 81 (32.03% from 255) = 21.15%

R = 49.09%
G = 29.77%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC7251 (or 0xBC7251) is known color: Red Damask. HEX triplet: BC, 72 and 51. RGB value is (188,114,81). Sum of RGB (Red+Green+Blue) = 188+114+81=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7251 is #438DAE. Grayscale: #848484. Windows color (decimal): -4427183 or 5337788. OLE color: 5337788.

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

Color convert

RGB 188 114 81 -
CMYK 0 0.39 0.57 0.26
HSL 18.5º 0.44% 0.53% -
HSV(B) 18.5º 0.57% 0.74% -
XYZ 28.24 23.32 10.8 -
YUV 132.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 188 114 81 0 0.39 0.57 0.26 18.5 0.44 0.53
Hex BC 72 51 0 27 39 1A 13 2C 35
Octal 274 162 121 0 47 71 32 23 54 65
Binary 10111100 1110010 1010001 0 100111 111001 11010 10011 101100 110101

Color Harmonies of #BC7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7251

Black with #BC7251

Text Example


Text Example

White with #BC7251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7251; }

 p { color: rgb(188,114,81); }

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

background-color css

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

 a { background-color: rgb(188,114,81); }

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

border-color css

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

 span { border-color: rgb(188,114,81); }

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