Html Css Color HEX #BC3855 Old Rose

📋 copy color: '#BC3855'

red 188 ◦ green 56 ◦ blue 85

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

Shades of Old Rose #BC3855

Tints of Old Rose #BC3855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 57.14%
G = 17.02%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC3855 (or 0xBC3855) is known color: Old Rose. HEX triplet: BC, 38 and 55. RGB value is (188,56,85). Sum of RGB (Red+Green+Blue) = 188+56+85=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3855 is #43C7AA. Grayscale: #626262. Windows color (decimal): -4442027 or 5585084. OLE color: 5585084.

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

Color convert

RGB 188 56 85 -
CMYK 0 0.70 0.55 0.26
HSL 346.82º 0.54% 0.48% -
HSV(B) 346.82º 0.7% 0.74% -
XYZ 23.79 14.18 10.08 -
YUV 98.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 188 56 85 0 0.70 0.55 0.26 346.82 0.54 0.48
Hex BC 38 55 0 46 37 1A 15B 36 30
Octal 274 70 125 0 106 67 32 533 66 60
Binary 10111100 111000 1010101 0 1000110 110111 11010 101011011 110110 110000

Color Harmonies of #BC3855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3855

Black with #BC3855

Text Example


Text Example

White with #BC3855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3855; }

 p { color: rgb(188,56,85); }

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

background-color css

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

 a { background-color: rgb(188,56,85); }

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

border-color css

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

 span { border-color: rgb(188,56,85); }

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