Html Css Color HEX #BC345A Old Rose

📋 copy color: '#BC345A'

red 188 ◦ green 52 ◦ blue 90

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

Shades of Old Rose #BC345A

Tints of Old Rose #BC345A

RGB

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

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

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

R = 56.97%
G = 15.76%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC345A (or 0xBC345A) is known color: Old Rose. HEX triplet: BC, 34 and 5A. RGB value is (188,52,90). Sum of RGB (Red+Green+Blue) = 188+52+90=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC345A is #43CBA5. Grayscale: #606060. Windows color (decimal): -4443046 or 5911740. OLE color: 5911740.

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

Color convert

RGB 188 52 90 -
CMYK 0 0.72 0.52 0.26
HSL 343.24º 0.57% 0.47% -
HSV(B) 343.24º 0.72% 0.74% -
XYZ 23.81 13.89 11.1 -
YUV 97 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 188 52 90 0 0.72 0.52 0.26 343.24 0.57 0.47
Hex BC 34 5A 0 48 34 1A 157 39 2F
Octal 274 64 132 0 110 64 32 527 71 57
Binary 10111100 110100 1011010 0 1001000 110100 11010 101010111 111001 101111

Color Harmonies of #BC345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC345A

Black with #BC345A

Text Example


Text Example

White with #BC345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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