Html Css Color HEX #BC754E Red Damask

📋 copy color: '#BC754E'

red 188 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #BC754E

Tints of Red Damask #BC754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 78 (30.86% from 255) = 20.37%

R = 49.09%
G = 30.55%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC754E (or 0xBC754E) is known color: Red Damask. HEX triplet: BC, 75 and 4E. RGB value is (188,117,78). Sum of RGB (Red+Green+Blue) = 188+117+78=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC754E is #438AB1. Grayscale: #868686. Windows color (decimal): -4426418 or 5141948. OLE color: 5141948.

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

Color convert

RGB 188 117 78 -
CMYK 0 0.38 0.59 0.26
HSL 21.27º 0.45% 0.52% -
HSV(B) 21.27º 0.59% 0.74% -
XYZ 28.48 23.96 10.33 -
YUV 133.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 188 117 78 0 0.38 0.59 0.26 21.27 0.45 0.52
Hex BC 75 4E 0 26 3B 1A 15 2D 34
Octal 274 165 116 0 46 73 32 25 55 64
Binary 10111100 1110101 1001110 0 100110 111011 11010 10101 101101 110100

Color Harmonies of #BC754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC754E

Black with #BC754E

Text Example


Text Example

White with #BC754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC754E; }

 p { color: rgb(188,117,78); }

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

background-color css

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

 a { background-color: rgb(188,117,78); }

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

border-color css

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

 span { border-color: rgb(188,117,78); }

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