Html Css Color HEX #BC264E Old Rose

📋 copy color: '#BC264E'

red 188 ◦ green 38 ◦ blue 78

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

Shades of Old Rose #BC264E

Tints of Old Rose #BC264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.66%

R = 61.84%
G = 12.5%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC264E (or 0xBC264E) is known color: Old Rose. HEX triplet: BC, 26 and 4E. RGB value is (188,38,78). Sum of RGB (Red+Green+Blue) = 188+38+78=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC264E is #43D9B1. Grayscale: #575757. Windows color (decimal): -4446642 or 5121724. OLE color: 5121724.

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

Color convert

RGB 188 38 78 -
CMYK 0 0.80 0.59 0.26
HSL 344º 0.66% 0.44% -
HSV(B) 344º 0.8% 0.74% -
XYZ 22.81 12.63 8.44 -
YUV 87.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 188 38 78 0 0.80 0.59 0.26 344 0.66 0.44
Hex BC 26 4E 0 50 3B 1A 158 42 2C
Octal 274 46 116 0 120 73 32 530 102 54
Binary 10111100 100110 1001110 0 1010000 111011 11010 101011000 1000010 101100

Color Harmonies of #BC264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC264E

Black with #BC264E

Text Example


Text Example

White with #BC264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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