Html Css Color HEX #BC2653 Old Rose

📋 copy color: '#BC2653'

red 188 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #BC2653

Tints of Old Rose #BC2653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.86%

R = 60.84%
G = 12.3%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC2653 (or 0xBC2653) is known color: Old Rose. HEX triplet: BC, 26 and 53. RGB value is (188,38,83). Sum of RGB (Red+Green+Blue) = 188+38+83=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2653 is #43D9AC. Grayscale: #575757. Windows color (decimal): -4446637 or 5449404. OLE color: 5449404.

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

Color convert

RGB 188 38 83 -
CMYK 0 0.80 0.56 0.26
HSL 342º 0.66% 0.44% -
HSV(B) 342º 0.8% 0.74% -
XYZ 22.99 12.7 9.42 -
YUV 87.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 188 38 83 0 0.80 0.56 0.26 342 0.66 0.44
Hex BC 26 53 0 50 38 1A 156 42 2C
Octal 274 46 123 0 120 70 32 526 102 54
Binary 10111100 100110 1010011 0 1010000 111000 11010 101010110 1000010 101100

Color Harmonies of #BC2653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2653

Black with #BC2653

Text Example


Text Example

White with #BC2653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2653; }

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

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

background-color css

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

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

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

border-color css

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

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

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