Html Css Color HEX #BC345E Old Rose

📋 copy color: '#BC345E'

red 188 ◦ green 52 ◦ blue 94

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

Shades of Old Rose #BC345E

Tints of Old Rose #BC345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 56.29%
G = 15.57%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC345E (or 0xBC345E) is known color: Old Rose. HEX triplet: BC, 34 and 5E. RGB value is (188,52,94). Sum of RGB (Red+Green+Blue) = 188+52+94=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC345E is #43CBA1. Grayscale: #616161. Windows color (decimal): -4443042 or 6173884. OLE color: 6173884.

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

Color convert

RGB 188 52 94 -
CMYK 0 0.72 0.50 0.26
HSL 341.47º 0.57% 0.47% -
HSV(B) 341.47º 0.72% 0.74% -
XYZ 23.99 13.96 12.02 -
YUV 97.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 188 52 94 0 0.72 0.50 0.26 341.47 0.57 0.47
Hex BC 34 5E 0 48 32 1A 155 39 2F
Octal 274 64 136 0 110 62 32 525 71 57
Binary 10111100 110100 1011110 0 1001000 110010 11010 101010101 111001 101111

Color Harmonies of #BC345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC345E

Black with #BC345E

Text Example


Text Example

White with #BC345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC345E; }

 p { color: rgb(188,52,94); }

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

background-color css

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

 a { background-color: rgb(188,52,94); }

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

border-color css

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

 span { border-color: rgb(188,52,94); }

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