Html Css Color HEX #BC264F Old Rose

📋 copy color: '#BC264F'

red 188 ◦ green 38 ◦ blue 79

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

Shades of Old Rose #BC264F

Tints of Old Rose #BC264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

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

R = 61.64%
G = 12.46%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC264F (or 0xBC264F) is known color: Old Rose. HEX triplet: BC, 26 and 4F. RGB value is (188,38,79). Sum of RGB (Red+Green+Blue) = 188+38+79=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC264F is #43D9B0. Grayscale: #575757. Windows color (decimal): -4446641 or 5187260. OLE color: 5187260.

HSL color Cylindrical-coordinate representation of color #BC264F: hue angle of 343.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC264F is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 79 -
CMYK 0 0.80 0.58 0.26
HSL 343.6º 0.66% 0.44% -
HSV(B) 343.6º 0.8% 0.74% -
XYZ 22.84 12.64 8.63 -
YUV 87.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 188 38 79 0 0.80 0.58 0.26 343.6 0.66 0.44
Hex BC 26 4F 0 50 3A 1A 158 42 2C
Octal 274 46 117 0 120 72 32 530 102 54
Binary 10111100 100110 1001111 0 1010000 111010 11010 101011000 1000010 101100

Color Harmonies of #BC264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC264F

Black with #BC264F

Text Example


Text Example

White with #BC264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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