Html Css Color HEX #BC264C Old Rose

📋 copy color: '#BC264C'

red 188 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #BC264C

Tints of Old Rose #BC264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 62.25%
G = 12.58%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC264C (or 0xBC264C) is known color: Old Rose. HEX triplet: BC, 26 and 4C. RGB value is (188,38,76). Sum of RGB (Red+Green+Blue) = 188+38+76=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC264C is #43D9B3. Grayscale: #575757. Windows color (decimal): -4446644 or 4990652. OLE color: 4990652.

HSL color Cylindrical-coordinate representation of color #BC264C: hue angle of 344.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC264C is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 76 -
CMYK 0 0.80 0.60 0.26
HSL 344.8º 0.66% 0.44% -
HSV(B) 344.8º 0.8% 0.74% -
XYZ 22.74 12.6 8.07 -
YUV 87.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 188 38 76 0 0.80 0.60 0.26 344.8 0.66 0.44
Hex BC 26 4C 0 50 3C 1A 159 42 2C
Octal 274 46 114 0 120 74 32 531 102 54
Binary 10111100 100110 1001100 0 1010000 111100 11010 101011001 1000010 101100

Color Harmonies of #BC264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC264C

Black with #BC264C

Text Example


Text Example

White with #BC264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC264C; }

 p { color: rgb(188,38,76); }

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

background-color css

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

 a { background-color: rgb(188,38,76); }

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

border-color css

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

 span { border-color: rgb(188,38,76); }

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