Html Css Color HEX #BC294B Old Rose

📋 copy color: '#BC294B'

red 188 ◦ green 41 ◦ blue 75

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

Shades of Old Rose #BC294B

Tints of Old Rose #BC294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 61.84%
G = 13.49%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC294B (or 0xBC294B) is known color: Old Rose. HEX triplet: BC, 29 and 4B. RGB value is (188,41,75). Sum of RGB (Red+Green+Blue) = 188+41+75=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC294B is #43D6B4. Grayscale: #585858. Windows color (decimal): -4445877 or 4925884. OLE color: 4925884.

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

Color convert

RGB 188 41 75 -
CMYK 0 0.78 0.60 0.26
HSL 346.12º 0.64% 0.45% -
HSV(B) 346.12º 0.78% 0.74% -
XYZ 22.8 12.79 7.92 -
YUV 88.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 188 41 75 0 0.78 0.60 0.26 346.12 0.64 0.45
Hex BC 29 4B 0 4E 3C 1A 15A 40 2D
Octal 274 51 113 0 116 74 32 532 100 55
Binary 10111100 101001 1001011 0 1001110 111100 11010 101011010 1000000 101101

Color Harmonies of #BC294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC294B

Black with #BC294B

Text Example


Text Example

White with #BC294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC294B; }

 p { color: rgb(188,41,75); }

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

background-color css

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

 a { background-color: rgb(188,41,75); }

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

border-color css

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

 span { border-color: rgb(188,41,75); }

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