Html Css Color HEX #BC724A Red Damask

📋 copy color: '#BC724A'

red 188 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #BC724A

Tints of Red Damask #BC724A

RGB

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

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

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

R = 50%
G = 30.32%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC724A (or 0xBC724A) is known color: Red Damask. HEX triplet: BC, 72 and 4A. RGB value is (188,114,74). Sum of RGB (Red+Green+Blue) = 188+114+74=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC724A is #438DB5. Grayscale: #838383. Windows color (decimal): -4427190 or 4879036. OLE color: 4879036.

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

Color convert

RGB 188 114 74 -
CMYK 0 0.39 0.61 0.26
HSL 21.05º 0.46% 0.51% -
HSV(B) 21.05º 0.61% 0.74% -
XYZ 27.99 23.22 9.49 -
YUV 131.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 188 114 74 0 0.39 0.61 0.26 21.05 0.46 0.51
Hex BC 72 4A 0 27 3D 1A 15 2E 33
Octal 274 162 112 0 47 75 32 25 56 63
Binary 10111100 1110010 1001010 0 100111 111101 11010 10101 101110 110011

Color Harmonies of #BC724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC724A

Black with #BC724A

Text Example


Text Example

White with #BC724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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