Html Css Color HEX #BC275F Old Rose

📋 copy color: '#BC275F'

red 188 ◦ green 39 ◦ blue 95

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

Shades of Old Rose #BC275F

Tints of Old Rose #BC275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 58.39%
G = 12.11%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC275F (or 0xBC275F) is known color: Old Rose. HEX triplet: BC, 27 and 5F. RGB value is (188,39,95). Sum of RGB (Red+Green+Blue) = 188+39+95=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC275F is #43D8A0. Grayscale: #595959. Windows color (decimal): -4446369 or 6236092. OLE color: 6236092.

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

Color convert

RGB 188 39 95 -
CMYK 0 0.79 0.49 0.26
HSL 337.45º 0.66% 0.45% -
HSV(B) 337.45º 0.79% 0.74% -
XYZ 23.53 12.97 12.09 -
YUV 89.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 188 39 95 0 0.79 0.49 0.26 337.45 0.66 0.45
Hex BC 27 5F 0 4F 31 1A 151 42 2D
Octal 274 47 137 0 117 61 32 521 102 55
Binary 10111100 100111 1011111 0 1001111 110001 11010 101010001 1000010 101101

Color Harmonies of #BC275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC275F

Black with #BC275F

Text Example


Text Example

White with #BC275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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