Html Css Color HEX #BC3358 Old Rose

📋 copy color: '#BC3358'

red 188 ◦ green 51 ◦ blue 88

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

Shades of Old Rose #BC3358

Tints of Old Rose #BC3358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 57.49%
G = 15.6%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC3358 (or 0xBC3358) is known color: Old Rose. HEX triplet: BC, 33 and 58. RGB value is (188,51,88). Sum of RGB (Red+Green+Blue) = 188+51+88=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3358 is #43CCA7. Grayscale: #606060. Windows color (decimal): -4443304 or 5780412. OLE color: 5780412.

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

Color convert

RGB 188 51 88 -
CMYK 0 0.73 0.53 0.26
HSL 343.8º 0.57% 0.47% -
HSV(B) 343.8º 0.73% 0.74% -
XYZ 23.68 13.76 10.64 -
YUV 96.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 188 51 88 0 0.73 0.53 0.26 343.8 0.57 0.47
Hex BC 33 58 0 49 35 1A 158 39 2F
Octal 274 63 130 0 111 65 32 530 71 57
Binary 10111100 110011 1011000 0 1001001 110101 11010 101011000 111001 101111

Color Harmonies of #BC3358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3358

Black with #BC3358

Text Example


Text Example

White with #BC3358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3358; }

 p { color: rgb(188,51,88); }

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

background-color css

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

 a { background-color: rgb(188,51,88); }

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

border-color css

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

 span { border-color: rgb(188,51,88); }

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