Html Css Color HEX #BC325A Old Rose

📋 copy color: '#BC325A'

red 188 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #BC325A

Tints of Old Rose #BC325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 57.32%
G = 15.24%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC325A (or 0xBC325A) is known color: Old Rose. HEX triplet: BC, 32 and 5A. RGB value is (188,50,90). Sum of RGB (Red+Green+Blue) = 188+50+90=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC325A is #43CDA5. Grayscale: #5F5F5F. Windows color (decimal): -4443558 or 5911228. OLE color: 5911228.

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

Color convert

RGB 188 50 90 -
CMYK 0 0.73 0.52 0.26
HSL 342.61º 0.58% 0.47% -
HSV(B) 342.61º 0.73% 0.74% -
XYZ 23.73 13.71 11.07 -
YUV 95.82 124.72 193.75 -
System Red Green Blue C M Y K H S L
Decimal 188 50 90 0 0.73 0.52 0.26 342.61 0.58 0.47
Hex BC 32 5A 0 49 34 1A 157 3A 2F
Octal 274 62 132 0 111 64 32 527 72 57
Binary 10111100 110010 1011010 0 1001001 110100 11010 101010111 111010 101111

Color Harmonies of #BC325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC325A

Black with #BC325A

Text Example


Text Example

White with #BC325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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