Html Css Color HEX #BC265B Old Rose

📋 copy color: '#BC265B'

red 188 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #BC265B

Tints of Old Rose #BC265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 59.31%
G = 11.99%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC265B (or 0xBC265B) is known color: Old Rose. HEX triplet: BC, 26 and 5B. RGB value is (188,38,91). Sum of RGB (Red+Green+Blue) = 188+38+91=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC265B is #43D9A4. Grayscale: #585858. Windows color (decimal): -4446629 or 5973692. OLE color: 5973692.

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

Color convert

RGB 188 38 91 -
CMYK 0 0.80 0.52 0.26
HSL 338.8º 0.66% 0.44% -
HSV(B) 338.8º 0.8% 0.74% -
XYZ 23.32 12.83 11.15 -
YUV 88.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 188 38 91 0 0.80 0.52 0.26 338.8 0.66 0.44
Hex BC 26 5B 0 50 34 1A 153 42 2C
Octal 274 46 133 0 120 64 32 523 102 54
Binary 10111100 100110 1011011 0 1010000 110100 11010 101010011 1000010 101100

Color Harmonies of #BC265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC265B

Black with #BC265B

Text Example


Text Example

White with #BC265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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