Html Css Color HEX #BC265E Old Rose

📋 copy color: '#BC265E'

red 188 ◦ green 38 ◦ blue 94

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

Shades of Old Rose #BC265E

Tints of Old Rose #BC265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 58.75%
G = 11.88%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC265E (or 0xBC265E) is known color: Old Rose. HEX triplet: BC, 26 and 5E. RGB value is (188,38,94). Sum of RGB (Red+Green+Blue) = 188+38+94=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC265E is #43D9A1. Grayscale: #595959. Windows color (decimal): -4446626 or 6170300. OLE color: 6170300.

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

Color convert

RGB 188 38 94 -
CMYK 0 0.80 0.50 0.26
HSL 337.6º 0.66% 0.44% -
HSV(B) 337.6º 0.8% 0.74% -
XYZ 23.45 12.89 11.84 -
YUV 89.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 188 38 94 0 0.80 0.50 0.26 337.6 0.66 0.44
Hex BC 26 5E 0 50 32 1A 152 42 2C
Octal 274 46 136 0 120 62 32 522 102 54
Binary 10111100 100110 1011110 0 1010000 110010 11010 101010010 1000010 101100

Color Harmonies of #BC265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC265E

Black with #BC265E

Text Example


Text Example

White with #BC265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC265E; }

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

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

background-color css

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

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

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

border-color css

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

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

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