Html Css Color HEX #BC2264 Old Rose

📋 copy color: '#BC2264'

red 188 ◦ green 34 ◦ blue 100

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

Shades of Old Rose #BC2264

Tints of Old Rose #BC2264

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 58.39%
G = 10.56%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC2264 (or 0xBC2264) is known color: Old Rose. HEX triplet: BC, 22 and 64. RGB value is (188,34,100). Sum of RGB (Red+Green+Blue) = 188+34+100=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2264 is #43DD9B. Grayscale: #575757. Windows color (decimal): -4447644 or 6562492. OLE color: 6562492.

HSL color Cylindrical-coordinate representation of color #BC2264: hue angle of 334.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2264 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 100 -
CMYK 0 0.82 0.47 0.26
HSL 334.29º 0.69% 0.44% -
HSV(B) 334.29º 0.82% 0.74% -
XYZ 23.61 12.76 13.27 -
YUV 87.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 188 34 100 0 0.82 0.47 0.26 334.29 0.69 0.44
Hex BC 22 64 0 52 2F 1A 14E 45 2C
Octal 274 42 144 0 122 57 32 516 105 54
Binary 10111100 100010 1100100 0 1010010 101111 11010 101001110 1000101 101100

Color Harmonies of #BC2264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2264

Black with #BC2264

Text Example


Text Example

White with #BC2264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2264; }

 p { color: rgb(188,34,100); }

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

background-color css

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

 a { background-color: rgb(188,34,100); }

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

border-color css

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

 span { border-color: rgb(188,34,100); }

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