Html Css Color HEX #BC274A Old Rose

📋 copy color: '#BC274A'

red 188 ◦ green 39 ◦ blue 74

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

Shades of Old Rose #BC274A

Tints of Old Rose #BC274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 62.46%
G = 12.96%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC274A (or 0xBC274A) is known color: Old Rose. HEX triplet: BC, 27 and 4A. RGB value is (188,39,74). Sum of RGB (Red+Green+Blue) = 188+39+74=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC274A is #43D8B5. Grayscale: #575757. Windows color (decimal): -4446390 or 4859836. OLE color: 4859836.

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

Color convert

RGB 188 39 74 -
CMYK 0 0.79 0.61 0.26
HSL 345.91º 0.66% 0.45% -
HSV(B) 345.91º 0.79% 0.74% -
XYZ 22.7 12.64 7.72 -
YUV 87.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 188 39 74 0 0.79 0.61 0.26 345.91 0.66 0.45
Hex BC 27 4A 0 4F 3D 1A 15A 42 2D
Octal 274 47 112 0 117 75 32 532 102 55
Binary 10111100 100111 1001010 0 1001111 111101 11010 101011010 1000010 101101

Color Harmonies of #BC274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC274A

Black with #BC274A

Text Example


Text Example

White with #BC274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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