Html Css Color HEX #BC345B Old Rose

📋 copy color: '#BC345B'

red 188 ◦ green 52 ◦ blue 91

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

Shades of Old Rose #BC345B

Tints of Old Rose #BC345B

RGB

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

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

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

R = 56.8%
G = 15.71%
B = 27.49%

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

#BC345B (or 0xBC345B) is known color: Old Rose. HEX triplet: BC, 34 and 5B. RGB value is (188,52,91). Sum of RGB (Red+Green+Blue) = 188+52+91=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC345B is #43CBA4. Grayscale: #616161. Windows color (decimal): -4443045 or 5977276. OLE color: 5977276.

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

Color convert

RGB 188 52 91 -
CMYK 0 0.72 0.52 0.26
HSL 342.79º 0.57% 0.47% -
HSV(B) 342.79º 0.72% 0.74% -
XYZ 23.86 13.9 11.32 -
YUV 97.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 188 52 91 0 0.72 0.52 0.26 342.79 0.57 0.47
Hex BC 34 5B 0 48 34 1A 157 39 2F
Octal 274 64 133 0 110 64 32 527 71 57
Binary 10111100 110100 1011011 0 1001000 110100 11010 101010111 111001 101111

Color Harmonies of #BC345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC345B

Black with #BC345B

Text Example


Text Example

White with #BC345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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