Html Css Color HEX #BC2763 Old Rose

📋 copy color: '#BC2763'

red 188 ◦ green 39 ◦ blue 99

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

Shades of Old Rose #BC2763

Tints of Old Rose #BC2763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 57.67%
G = 11.96%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC2763 (or 0xBC2763) is known color: Old Rose. HEX triplet: BC, 27 and 63. RGB value is (188,39,99). Sum of RGB (Red+Green+Blue) = 188+39+99=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2763 is #43D89C. Grayscale: #5A5A5A. Windows color (decimal): -4446365 or 6498236. OLE color: 6498236.

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

Color convert

RGB 188 39 99 -
CMYK 0 0.79 0.47 0.26
HSL 335.84º 0.66% 0.45% -
HSV(B) 335.84º 0.79% 0.74% -
XYZ 23.72 13.04 13.07 -
YUV 90.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 188 39 99 0 0.79 0.47 0.26 335.84 0.66 0.45
Hex BC 27 63 0 4F 2F 1A 150 42 2D
Octal 274 47 143 0 117 57 32 520 102 55
Binary 10111100 100111 1100011 0 1001111 101111 11010 101010000 1000010 101101

Color Harmonies of #BC2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2763

Black with #BC2763

Text Example


Text Example

White with #BC2763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2763; }

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

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

background-color css

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

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

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

border-color css

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

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

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