Html Css Color HEX #BC335C Old Rose

📋 copy color: '#BC335C'

red 188 ◦ green 51 ◦ blue 92

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

Shades of Old Rose #BC335C

Tints of Old Rose #BC335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 56.8%
G = 15.41%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC335C (or 0xBC335C) is known color: Old Rose. HEX triplet: BC, 33 and 5C. RGB value is (188,51,92). Sum of RGB (Red+Green+Blue) = 188+51+92=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC335C is #43CCA3. Grayscale: #606060. Windows color (decimal): -4443300 or 6042556. OLE color: 6042556.

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

Color convert

RGB 188 51 92 -
CMYK 0 0.73 0.51 0.26
HSL 342.04º 0.57% 0.47% -
HSV(B) 342.04º 0.73% 0.74% -
XYZ 23.85 13.83 11.54 -
YUV 96.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 188 51 92 0 0.73 0.51 0.26 342.04 0.57 0.47
Hex BC 33 5C 0 49 33 1A 156 39 2F
Octal 274 63 134 0 111 63 32 526 71 57
Binary 10111100 110011 1011100 0 1001001 110011 11010 101010110 111001 101111

Color Harmonies of #BC335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC335C

Black with #BC335C

Text Example


Text Example

White with #BC335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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