Html Css Color HEX #BC305B Old Rose

📋 copy color: '#BC305B'

red 188 ◦ green 48 ◦ blue 91

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

Shades of Old Rose #BC305B

Tints of Old Rose #BC305B

RGB

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

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

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

R = 57.49%
G = 14.68%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC305B (or 0xBC305B) is known color: Old Rose. HEX triplet: BC, 30 and 5B. RGB value is (188,48,91). Sum of RGB (Red+Green+Blue) = 188+48+91=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC305B is #43CFA4. Grayscale: #5E5E5E. Windows color (decimal): -4444069 or 5976252. OLE color: 5976252.

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

Color convert

RGB 188 48 91 -
CMYK 0 0.74 0.52 0.26
HSL 341.57º 0.59% 0.46% -
HSV(B) 341.57º 0.74% 0.74% -
XYZ 23.68 13.56 11.27 -
YUV 94.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 188 48 91 0 0.74 0.52 0.26 341.57 0.59 0.46
Hex BC 30 5B 0 4A 34 1A 156 3B 2E
Octal 274 60 133 0 112 64 32 526 73 56
Binary 10111100 110000 1011011 0 1001010 110100 11010 101010110 111011 101110

Color Harmonies of #BC305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC305B

Black with #BC305B

Text Example


Text Example

White with #BC305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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