Html Css Color HEX #BC334A Old Rose

📋 copy color: '#BC334A'

red 188 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #BC334A

Tints of Old Rose #BC334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 60.06%
G = 16.29%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC334A (or 0xBC334A) is known color: Old Rose. HEX triplet: BC, 33 and 4A. RGB value is (188,51,74). Sum of RGB (Red+Green+Blue) = 188+51+74=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC334A is #43CCB5. Grayscale: #5E5E5E. Windows color (decimal): -4443318 or 4862908. OLE color: 4862908.

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

Color convert

RGB 188 51 74 -
CMYK 0 0.73 0.61 0.26
HSL 349.93º 0.57% 0.47% -
HSV(B) 349.93º 0.73% 0.74% -
XYZ 23.16 13.55 7.87 -
YUV 94.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 188 51 74 0 0.73 0.61 0.26 349.93 0.57 0.47
Hex BC 33 4A 0 49 3D 1A 15E 39 2F
Octal 274 63 112 0 111 75 32 536 71 57
Binary 10111100 110011 1001010 0 1001001 111101 11010 101011110 111001 101111

Color Harmonies of #BC334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC334A

Black with #BC334A

Text Example


Text Example

White with #BC334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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