Html Css Color HEX #BC164F Old Rose

📋 copy color: '#BC164F'

red 188 ◦ green 22 ◦ blue 79

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

Shades of Old Rose #BC164F

Tints of Old Rose #BC164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

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

R = 65.05%
G = 7.61%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC164F (or 0xBC164F) is known color: Old Rose. HEX triplet: BC, 16 and 4F. RGB value is (188,22,79). Sum of RGB (Red+Green+Blue) = 188+22+79=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC164F is #43E9B0. Grayscale: #4E4E4E. Windows color (decimal): -4450737 or 5183164. OLE color: 5183164.

HSL color Cylindrical-coordinate representation of color #BC164F: hue angle of 339.4º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC164F is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 79 -
CMYK 0 0.88 0.58 0.26
HSL 339.4º 0.79% 0.41% -
HSV(B) 339.4º 0.88% 0.74% -
XYZ 22.44 11.83 8.5 -
YUV 78.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 188 22 79 0 0.88 0.58 0.26 339.4 0.79 0.41
Hex BC 16 4F 0 58 3A 1A 153 4F 29
Octal 274 26 117 0 130 72 32 523 117 51
Binary 10111100 10110 1001111 0 1011000 111010 11010 101010011 1001111 101001

Color Harmonies of #BC164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC164F

Black with #BC164F

Text Example


Text Example

White with #BC164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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