Html Css Color HEX #BC4152 Old Rose

📋 copy color: '#BC4152'

red 188 ◦ green 65 ◦ blue 82

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

Shades of Old Rose #BC4152

Tints of Old Rose #BC4152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 56.12%
G = 19.4%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC4152 (or 0xBC4152) is known color: Old Rose. HEX triplet: BC, 41 and 52. RGB value is (188,65,82). Sum of RGB (Red+Green+Blue) = 188+65+82=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4152 is #43BEAD. Grayscale: #676767. Windows color (decimal): -4439726 or 5390780. OLE color: 5390780.

HSL color Cylindrical-coordinate representation of color #BC4152: hue angle of 351.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4152 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 82 -
CMYK 0 0.65 0.56 0.26
HSL 351.71º 0.49% 0.5% -
HSV(B) 351.71º 0.65% 0.74% -
XYZ 24.15 15.08 9.62 -
YUV 103.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 188 65 82 0 0.65 0.56 0.26 351.71 0.49 0.5
Hex BC 41 52 0 41 38 1A 160 31 32
Octal 274 101 122 0 101 70 32 540 61 62
Binary 10111100 1000001 1010010 0 1000001 111000 11010 101100000 110001 110010

Color Harmonies of #BC4152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4152

Black with #BC4152

Text Example


Text Example

White with #BC4152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4152; }

 p { color: rgb(188,65,82); }

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

background-color css

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

 a { background-color: rgb(188,65,82); }

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

border-color css

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

 span { border-color: rgb(188,65,82); }

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