Html Css Color HEX #BC1751 Old Rose

📋 copy color: '#BC1751'

red 188 ◦ green 23 ◦ blue 81

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

Shades of Old Rose #BC1751

Tints of Old Rose #BC1751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 64.38%
G = 7.88%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC1751 (or 0xBC1751) is known color: Old Rose. HEX triplet: BC, 17 and 51. RGB value is (188,23,81). Sum of RGB (Red+Green+Blue) = 188+23+81=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1751 is #43E8AE. Grayscale: #4E4E4E. Windows color (decimal): -4450479 or 5314492. OLE color: 5314492.

HSL color Cylindrical-coordinate representation of color #BC1751: hue angle of 338.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1751 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 81 -
CMYK 0 0.88 0.57 0.26
HSL 338.91º 0.78% 0.41% -
HSV(B) 338.91º 0.88% 0.74% -
XYZ 22.53 11.9 8.89 -
YUV 78.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 188 23 81 0 0.88 0.57 0.26 338.91 0.78 0.41
Hex BC 17 51 0 58 39 1A 153 4E 29
Octal 274 27 121 0 130 71 32 523 116 51
Binary 10111100 10111 1010001 0 1011000 111001 11010 101010011 1001110 101001

Color Harmonies of #BC1751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1751

Black with #BC1751

Text Example


Text Example

White with #BC1751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1751; }

 p { color: rgb(188,23,81); }

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

background-color css

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

 a { background-color: rgb(188,23,81); }

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

border-color css

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

 span { border-color: rgb(188,23,81); }

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