Html Css Color HEX #BC324B Old Rose

📋 copy color: '#BC324B'

red 188 ◦ green 50 ◦ blue 75

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

Shades of Old Rose #BC324B

Tints of Old Rose #BC324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 60.06%
G = 15.97%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC324B (or 0xBC324B) is known color: Old Rose. HEX triplet: BC, 32 and 4B. RGB value is (188,50,75). Sum of RGB (Red+Green+Blue) = 188+50+75=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC324B is #43CDB4. Grayscale: #5E5E5E. Windows color (decimal): -4443573 or 4928188. OLE color: 4928188.

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

Color convert

RGB 188 50 75 -
CMYK 0 0.73 0.60 0.26
HSL 349.13º 0.58% 0.47% -
HSV(B) 349.13º 0.73% 0.74% -
XYZ 23.15 13.48 8.04 -
YUV 94.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 188 50 75 0 0.73 0.60 0.26 349.13 0.58 0.47
Hex BC 32 4B 0 49 3C 1A 15D 3A 2F
Octal 274 62 113 0 111 74 32 535 72 57
Binary 10111100 110010 1001011 0 1001001 111100 11010 101011101 111010 101111

Color Harmonies of #BC324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC324B

Black with #BC324B

Text Example


Text Example

White with #BC324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC324B; }

 p { color: rgb(188,50,75); }

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

background-color css

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

 a { background-color: rgb(188,50,75); }

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

border-color css

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

 span { border-color: rgb(188,50,75); }

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