Html Css Color HEX #BC714A Red Damask

📋 copy color: '#BC714A'

red 188 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #BC714A

Tints of Red Damask #BC714A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 50.13%
G = 30.13%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC714A (or 0xBC714A) is known color: Red Damask. HEX triplet: BC, 71 and 4A. RGB value is (188,113,74). Sum of RGB (Red+Green+Blue) = 188+113+74=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC714A is #438EB5. Grayscale: #838383. Windows color (decimal): -4427446 or 4878780. OLE color: 4878780.

HSL color Cylindrical-coordinate representation of color #BC714A: hue angle of 20.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC714A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 74 -
CMYK 0 0.40 0.61 0.26
HSL 20.53º 0.46% 0.51% -
HSV(B) 20.53º 0.61% 0.74% -
XYZ 27.88 23 9.45 -
YUV 130.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 188 113 74 0 0.40 0.61 0.26 20.53 0.46 0.51
Hex BC 71 4A 0 28 3D 1A 15 2E 33
Octal 274 161 112 0 50 75 32 25 56 63
Binary 10111100 1110001 1001010 0 101000 111101 11010 10101 101110 110011

Color Harmonies of #BC714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC714A

Black with #BC714A

Text Example


Text Example

White with #BC714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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