Html Css Color HEX #BC4054 Old Rose

📋 copy color: '#BC4054'

red 188 ◦ green 64 ◦ blue 84

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

Shades of Old Rose #BC4054

Tints of Old Rose #BC4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 84 (33.2% from 255) = 25%

R = 55.95%
G = 19.05%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC4054 (or 0xBC4054) is known color: Old Rose. HEX triplet: BC, 40 and 54. RGB value is (188,64,84). Sum of RGB (Red+Green+Blue) = 188+64+84=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4054 is #43BFAB. Grayscale: #676767. Windows color (decimal): -4439980 or 5521596. OLE color: 5521596.

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

Color convert

RGB 188 64 84 -
CMYK 0 0.66 0.55 0.26
HSL 350.32º 0.49% 0.49% -
HSV(B) 350.32º 0.66% 0.74% -
XYZ 24.17 15 10.01 -
YUV 103.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 188 64 84 0 0.66 0.55 0.26 350.32 0.49 0.49
Hex BC 40 54 0 42 37 1A 15E 31 31
Octal 274 100 124 0 102 67 32 536 61 61
Binary 10111100 1000000 1010100 0 1000010 110111 11010 101011110 110001 110001

Color Harmonies of #BC4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4054

Black with #BC4054

Text Example


Text Example

White with #BC4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4054; }

 p { color: rgb(188,64,84); }

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

background-color css

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

 a { background-color: rgb(188,64,84); }

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

border-color css

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

 span { border-color: rgb(188,64,84); }

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