Html Css Color HEX #BC334F Old Rose

📋 copy color: '#BC334F'

red 188 ◦ green 51 ◦ blue 79

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

Shades of Old Rose #BC334F

Tints of Old Rose #BC334F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 59.12%
G = 16.04%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC334F (or 0xBC334F) is known color: Old Rose. HEX triplet: BC, 33 and 4F. RGB value is (188,51,79). Sum of RGB (Red+Green+Blue) = 188+51+79=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC334F is #43CCB0. Grayscale: #5F5F5F. Windows color (decimal): -4443313 or 5190588. OLE color: 5190588.

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

Color convert

RGB 188 51 79 -
CMYK 0 0.73 0.58 0.26
HSL 347.74º 0.57% 0.47% -
HSV(B) 347.74º 0.73% 0.74% -
XYZ 23.33 13.62 8.8 -
YUV 95.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 188 51 79 0 0.73 0.58 0.26 347.74 0.57 0.47
Hex BC 33 4F 0 49 3A 1A 15C 39 2F
Octal 274 63 117 0 111 72 32 534 71 57
Binary 10111100 110011 1001111 0 1001001 111010 11010 101011100 111001 101111

Color Harmonies of #BC334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC334F

Black with #BC334F

Text Example


Text Example

White with #BC334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC334F; }

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

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

background-color css

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

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

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

border-color css

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

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

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