Html Css Color HEX #BC304F Old Rose

📋 copy color: '#BC304F'

red 188 ◦ green 48 ◦ blue 79

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

Shades of Old Rose #BC304F

Tints of Old Rose #BC304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 59.68%
G = 15.24%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC304F (or 0xBC304F) is known color: Old Rose. HEX triplet: BC, 30 and 4F. RGB value is (188,48,79). Sum of RGB (Red+Green+Blue) = 188+48+79=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC304F is #43CFB0. Grayscale: #5D5D5D. Windows color (decimal): -4444081 or 5189820. OLE color: 5189820.

HSL color Cylindrical-coordinate representation of color #BC304F: hue angle of 346.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC304F is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 79 -
CMYK 0 0.74 0.58 0.26
HSL 346.71º 0.59% 0.46% -
HSV(B) 346.71º 0.74% 0.74% -
XYZ 23.21 13.37 8.75 -
YUV 93.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 188 48 79 0 0.74 0.58 0.26 346.71 0.59 0.46
Hex BC 30 4F 0 4A 3A 1A 15B 3B 2E
Octal 274 60 117 0 112 72 32 533 73 56
Binary 10111100 110000 1001111 0 1001010 111010 11010 101011011 111011 101110

Color Harmonies of #BC304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC304F

Black with #BC304F

Text Example


Text Example

White with #BC304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC304F; }

 p { color: rgb(188,48,79); }

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

background-color css

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

 a { background-color: rgb(188,48,79); }

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

border-color css

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

 span { border-color: rgb(188,48,79); }

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