Html Css Color HEX #BC275B Old Rose

📋 copy color: '#BC275B'

red 188 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #BC275B

Tints of Old Rose #BC275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 59.12%
G = 12.26%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC275B (or 0xBC275B) is known color: Old Rose. HEX triplet: BC, 27 and 5B. RGB value is (188,39,91). Sum of RGB (Red+Green+Blue) = 188+39+91=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC275B is #43D8A4. Grayscale: #595959. Windows color (decimal): -4446373 or 5973948. OLE color: 5973948.

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

Color convert

RGB 188 39 91 -
CMYK 0 0.79 0.52 0.26
HSL 339.06º 0.66% 0.45% -
HSV(B) 339.06º 0.79% 0.74% -
XYZ 23.35 12.9 11.16 -
YUV 89.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 188 39 91 0 0.79 0.52 0.26 339.06 0.66 0.45
Hex BC 27 5B 0 4F 34 1A 153 42 2D
Octal 274 47 133 0 117 64 32 523 102 55
Binary 10111100 100111 1011011 0 1001111 110100 11010 101010011 1000010 101101

Color Harmonies of #BC275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC275B

Black with #BC275B

Text Example


Text Example

White with #BC275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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