Html Css Color HEX #BC2B46 Old Rose

📋 copy color: '#BC2B46'

red 188 ◦ green 43 ◦ blue 70

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

Shades of Old Rose #BC2B46

Tints of Old Rose #BC2B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 62.46%
G = 14.29%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2B46 (or 0xBC2B46) is known color: Old Rose. HEX triplet: BC, 2B and 46. RGB value is (188,43,70). Sum of RGB (Red+Green+Blue) = 188+43+70=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B46 is #43D4B9. Grayscale: #595959. Windows color (decimal): -4445370 or 4598716. OLE color: 4598716.

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

Color convert

RGB 188 43 70 -
CMYK 0 0.77 0.63 0.26
HSL 348.83º 0.63% 0.45% -
HSV(B) 348.83º 0.77% 0.74% -
XYZ 22.71 12.86 7.08 -
YUV 89.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 188 43 70 0 0.77 0.63 0.26 348.83 0.63 0.45
Hex BC 2B 46 0 4D 3F 1A 15D 3F 2D
Octal 274 53 106 0 115 77 32 535 77 55
Binary 10111100 101011 1000110 0 1001101 111111 11010 101011101 111111 101101

Color Harmonies of #BC2B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B46

Black with #BC2B46

Text Example


Text Example

White with #BC2B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B46; }

 p { color: rgb(188,43,70); }

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

background-color css

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

 a { background-color: rgb(188,43,70); }

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

border-color css

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

 span { border-color: rgb(188,43,70); }

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