Html Css Color HEX #BC335F Old Rose

📋 copy color: '#BC335F'

red 188 ◦ green 51 ◦ blue 95

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

Shades of Old Rose #BC335F

Tints of Old Rose #BC335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 56.29%
G = 15.27%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC335F (or 0xBC335F) is known color: Old Rose. HEX triplet: BC, 33 and 5F. RGB value is (188,51,95). Sum of RGB (Red+Green+Blue) = 188+51+95=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC335F is #43CCA0. Grayscale: #606060. Windows color (decimal): -4443297 or 6239164. OLE color: 6239164.

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

Color convert

RGB 188 51 95 -
CMYK 0 0.73 0.49 0.26
HSL 340.73º 0.57% 0.47% -
HSV(B) 340.73º 0.73% 0.74% -
XYZ 23.99 13.89 12.24 -
YUV 96.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 188 51 95 0 0.73 0.49 0.26 340.73 0.57 0.47
Hex BC 33 5F 0 49 31 1A 155 39 2F
Octal 274 63 137 0 111 61 32 525 71 57
Binary 10111100 110011 1011111 0 1001001 110001 11010 101010101 111001 101111

Color Harmonies of #BC335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC335F

Black with #BC335F

Text Example


Text Example

White with #BC335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC335F; }

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

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

background-color css

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

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

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

border-color css

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

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

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