Html Css Color HEX #BC2B4A Old Rose

📋 copy color: '#BC2B4A'

red 188 ◦ green 43 ◦ blue 74

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

Shades of Old Rose #BC2B4A

Tints of Old Rose #BC2B4A

RGB

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

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

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

R = 61.64%
G = 14.1%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC2B4A (or 0xBC2B4A) is known color: Old Rose. HEX triplet: BC, 2B and 4A. RGB value is (188,43,74). Sum of RGB (Red+Green+Blue) = 188+43+74=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B4A is #43D4B5. Grayscale: #595959. Windows color (decimal): -4445366 or 4860860. OLE color: 4860860.

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

Color convert

RGB 188 43 74 -
CMYK 0 0.77 0.61 0.26
HSL 347.17º 0.63% 0.45% -
HSV(B) 347.17º 0.77% 0.74% -
XYZ 22.84 12.91 7.77 -
YUV 89.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 188 43 74 0 0.77 0.61 0.26 347.17 0.63 0.45
Hex BC 2B 4A 0 4D 3D 1A 15B 3F 2D
Octal 274 53 112 0 115 75 32 533 77 55
Binary 10111100 101011 1001010 0 1001101 111101 11010 101011011 111111 101101

Color Harmonies of #BC2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B4A

Black with #BC2B4A

Text Example


Text Example

White with #BC2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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