Html Css Color HEX #BC2E4B Old Rose

📋 copy color: '#BC2E4B'

red 188 ◦ green 46 ◦ blue 75

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

Shades of Old Rose #BC2E4B

Tints of Old Rose #BC2E4B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

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

R = 60.84%
G = 14.89%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC2E4B (or 0xBC2E4B) is known color: Old Rose. HEX triplet: BC, 2E and 4B. RGB value is (188,46,75). Sum of RGB (Red+Green+Blue) = 188+46+75=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E4B is #43D1B4. Grayscale: #5B5B5B. Windows color (decimal): -4444597 or 4927164. OLE color: 4927164.

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

Color convert

RGB 188 46 75 -
CMYK 0 0.76 0.60 0.26
HSL 347.75º 0.61% 0.46% -
HSV(B) 347.75º 0.76% 0.74% -
XYZ 22.99 13.15 7.98 -
YUV 91.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 188 46 75 0 0.76 0.60 0.26 347.75 0.61 0.46
Hex BC 2E 4B 0 4C 3C 1A 15C 3D 2E
Octal 274 56 113 0 114 74 32 534 75 56
Binary 10111100 101110 1001011 0 1001100 111100 11010 101011100 111101 101110

Color Harmonies of #BC2E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E4B

Black with #BC2E4B

Text Example


Text Example

White with #BC2E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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