Html Css Color HEX #BC2B47 Old Rose

📋 copy color: '#BC2B47'

red 188 ◦ green 43 ◦ blue 71

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

Shades of Old Rose #BC2B47

Tints of Old Rose #BC2B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.51%

R = 62.25%
G = 14.24%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2B47 (or 0xBC2B47) is known color: Old Rose. HEX triplet: BC, 2B and 47. RGB value is (188,43,71). Sum of RGB (Red+Green+Blue) = 188+43+71=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B47 is #43D4B8. Grayscale: #595959. Windows color (decimal): -4445369 or 4664252. OLE color: 4664252.

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

Color convert

RGB 188 43 71 -
CMYK 0 0.77 0.62 0.26
HSL 348.41º 0.63% 0.45% -
HSV(B) 348.41º 0.77% 0.74% -
XYZ 22.74 12.87 7.25 -
YUV 89.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 188 43 71 0 0.77 0.62 0.26 348.41 0.63 0.45
Hex BC 2B 47 0 4D 3E 1A 15C 3F 2D
Octal 274 53 107 0 115 76 32 534 77 55
Binary 10111100 101011 1000111 0 1001101 111110 11010 101011100 111111 101101

Color Harmonies of #BC2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B47

Black with #BC2B47

Text Example


Text Example

White with #BC2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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