Html Css Color HEX #BC3B5A Old Rose

📋 copy color: '#BC3B5A'

red 188 ◦ green 59 ◦ blue 90

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

Shades of Old Rose #BC3B5A

Tints of Old Rose #BC3B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

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

R = 55.79%
G = 17.51%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC3B5A (or 0xBC3B5A) is known color: Old Rose. HEX triplet: BC, 3B and 5A. RGB value is (188,59,90). Sum of RGB (Red+Green+Blue) = 188+59+90=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3B5A is #43C4A5. Grayscale: #656565. Windows color (decimal): -4441254 or 5913532. OLE color: 5913532.

HSL color Cylindrical-coordinate representation of color #BC3B5A: hue angle of 345.58º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B5A is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 90 -
CMYK 0 0.69 0.52 0.26
HSL 345.58º 0.52% 0.48% -
HSV(B) 345.58º 0.69% 0.74% -
XYZ 24.15 14.56 11.21 -
YUV 101.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 188 59 90 0 0.69 0.52 0.26 345.58 0.52 0.48
Hex BC 3B 5A 0 45 34 1A 15A 34 30
Octal 274 73 132 0 105 64 32 532 64 60
Binary 10111100 111011 1011010 0 1000101 110100 11010 101011010 110100 110000

Color Harmonies of #BC3B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B5A

Black with #BC3B5A

Text Example


Text Example

White with #BC3B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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