Html Css Color HEX #BC4053 Old Rose

📋 copy color: '#BC4053'

red 188 ◦ green 64 ◦ blue 83

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

Shades of Old Rose #BC4053

Tints of Old Rose #BC4053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 56.12%
G = 19.1%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC4053 (or 0xBC4053) is known color: Old Rose. HEX triplet: BC, 40 and 53. RGB value is (188,64,83). Sum of RGB (Red+Green+Blue) = 188+64+83=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4053 is #43BFAC. Grayscale: #676767. Windows color (decimal): -4439981 or 5456060. OLE color: 5456060.

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

Color convert

RGB 188 64 83 -
CMYK 0 0.66 0.56 0.26
HSL 350.81º 0.49% 0.49% -
HSV(B) 350.81º 0.66% 0.74% -
XYZ 24.13 14.98 9.8 -
YUV 103.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 188 64 83 0 0.66 0.56 0.26 350.81 0.49 0.49
Hex BC 40 53 0 42 38 1A 15F 31 31
Octal 274 100 123 0 102 70 32 537 61 61
Binary 10111100 1000000 1010011 0 1000010 111000 11010 101011111 110001 110001

Color Harmonies of #BC4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4053

Black with #BC4053

Text Example


Text Example

White with #BC4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4053; }

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

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

background-color css

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

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

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

border-color css

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

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

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