Html Css Color HEX #BC265F Old Rose

📋 copy color: '#BC265F'

red 188 ◦ green 38 ◦ blue 95

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

Shades of Old Rose #BC265F

Tints of Old Rose #BC265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 58.57%
G = 11.84%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC265F (or 0xBC265F) is known color: Old Rose. HEX triplet: BC, 26 and 5F. RGB value is (188,38,95). Sum of RGB (Red+Green+Blue) = 188+38+95=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC265F is #43D9A0. Grayscale: #595959. Windows color (decimal): -4446625 or 6235836. OLE color: 6235836.

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

Color convert

RGB 188 38 95 -
CMYK 0 0.80 0.49 0.26
HSL 337.2º 0.66% 0.44% -
HSV(B) 337.2º 0.8% 0.74% -
XYZ 23.5 12.9 12.08 -
YUV 89.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 188 38 95 0 0.80 0.49 0.26 337.2 0.66 0.44
Hex BC 26 5F 0 50 31 1A 151 42 2C
Octal 274 46 137 0 120 61 32 521 102 54
Binary 10111100 100110 1011111 0 1010000 110001 11010 101010001 1000010 101100

Color Harmonies of #BC265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC265F

Black with #BC265F

Text Example


Text Example

White with #BC265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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