Html Css Color HEX #BC335B Old Rose

📋 copy color: '#BC335B'

red 188 ◦ green 51 ◦ blue 91

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

Shades of Old Rose #BC335B

Tints of Old Rose #BC335B

RGB

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

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

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

R = 56.97%
G = 15.45%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC335B (or 0xBC335B) is known color: Old Rose. HEX triplet: BC, 33 and 5B. RGB value is (188,51,91). Sum of RGB (Red+Green+Blue) = 188+51+91=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC335B is #43CCA4. Grayscale: #606060. Windows color (decimal): -4443301 or 5977020. OLE color: 5977020.

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

Color convert

RGB 188 51 91 -
CMYK 0 0.73 0.52 0.26
HSL 342.48º 0.57% 0.47% -
HSV(B) 342.48º 0.73% 0.74% -
XYZ 23.81 13.81 11.31 -
YUV 96.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 188 51 91 0 0.73 0.52 0.26 342.48 0.57 0.47
Hex BC 33 5B 0 49 34 1A 156 39 2F
Octal 274 63 133 0 111 64 32 526 71 57
Binary 10111100 110011 1011011 0 1001001 110100 11010 101010110 111001 101111

Color Harmonies of #BC335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC335B

Black with #BC335B

Text Example


Text Example

White with #BC335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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