Html Css Color HEX #BC7148 Red Damask

📋 copy color: '#BC7148'

red 188 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #BC7148

Tints of Red Damask #BC7148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 50.4%
G = 30.29%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC7148 (or 0xBC7148) is known color: Red Damask. HEX triplet: BC, 71 and 48. RGB value is (188,113,72). Sum of RGB (Red+Green+Blue) = 188+113+72=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7148 is #438EB7. Grayscale: #828282. Windows color (decimal): -4427448 or 4747708. OLE color: 4747708.

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

Color convert

RGB 188 113 72 -
CMYK 0 0.40 0.62 0.26
HSL 21.21º 0.46% 0.51% -
HSV(B) 21.21º 0.62% 0.74% -
XYZ 27.81 22.97 9.1 -
YUV 130.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 188 113 72 0 0.40 0.62 0.26 21.21 0.46 0.51
Hex BC 71 48 0 28 3E 1A 15 2E 33
Octal 274 161 110 0 50 76 32 25 56 63
Binary 10111100 1110001 1001000 0 101000 111110 11010 10101 101110 110011

Color Harmonies of #BC7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7148

Black with #BC7148

Text Example


Text Example

White with #BC7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7148; }

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

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

background-color css

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

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

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

border-color css

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

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

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