Html Css Color HEX #BC164E Old Rose

📋 copy color: '#BC164E'

red 188 ◦ green 22 ◦ blue 78

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

Shades of Old Rose #BC164E

Tints of Old Rose #BC164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 65.28%
G = 7.64%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC164E (or 0xBC164E) is known color: Old Rose. HEX triplet: BC, 16 and 4E. RGB value is (188,22,78). Sum of RGB (Red+Green+Blue) = 188+22+78=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC164E is #43E9B1. Grayscale: #4D4D4D. Windows color (decimal): -4450738 or 5117628. OLE color: 5117628.

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

Color convert

RGB 188 22 78 -
CMYK 0 0.88 0.59 0.26
HSL 339.76º 0.79% 0.41% -
HSV(B) 339.76º 0.88% 0.74% -
XYZ 22.4 11.82 8.31 -
YUV 78.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 188 22 78 0 0.88 0.59 0.26 339.76 0.79 0.41
Hex BC 16 4E 0 58 3B 1A 154 4F 29
Octal 274 26 116 0 130 73 32 524 117 51
Binary 10111100 10110 1001110 0 1011000 111011 11010 101010100 1001111 101001

Color Harmonies of #BC164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC164E

Black with #BC164E

Text Example


Text Example

White with #BC164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC164E; }

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

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

background-color css

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

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

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

border-color css

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

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

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