Html Css Color HEX #BC335E Old Rose

📋 copy color: '#BC335E'

red 188 ◦ green 51 ◦ blue 94

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

Shades of Old Rose #BC335E

Tints of Old Rose #BC335E

RGB

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

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

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

R = 56.46%
G = 15.32%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC335E (or 0xBC335E) is known color: Old Rose. HEX triplet: BC, 33 and 5E. RGB value is (188,51,94). Sum of RGB (Red+Green+Blue) = 188+51+94=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC335E is #43CCA1. Grayscale: #606060. Windows color (decimal): -4443298 or 6173628. OLE color: 6173628.

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

Color convert

RGB 188 51 94 -
CMYK 0 0.73 0.50 0.26
HSL 341.17º 0.57% 0.47% -
HSV(B) 341.17º 0.73% 0.74% -
XYZ 23.94 13.87 12 -
YUV 96.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 188 51 94 0 0.73 0.50 0.26 341.17 0.57 0.47
Hex BC 33 5E 0 49 32 1A 155 39 2F
Octal 274 63 136 0 111 62 32 525 71 57
Binary 10111100 110011 1011110 0 1001001 110010 11010 101010101 111001 101111

Color Harmonies of #BC335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC335E

Black with #BC335E

Text Example


Text Example

White with #BC335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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