Html Css Color HEX #BC395B Old Rose

📋 copy color: '#BC395B'

red 188 ◦ green 57 ◦ blue 91

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

Shades of Old Rose #BC395B

Tints of Old Rose #BC395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 55.95%
G = 16.96%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC395B (or 0xBC395B) is known color: Old Rose. HEX triplet: BC, 39 and 5B. RGB value is (188,57,91). Sum of RGB (Red+Green+Blue) = 188+57+91=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC395B is #43C6A4. Grayscale: #646464. Windows color (decimal): -4441765 or 5978556. OLE color: 5978556.

HSL color Cylindrical-coordinate representation of color #BC395B: hue angle of 344.43º degrees, saturation: 0.53, 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 #BC395B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 91 -
CMYK 0 0.70 0.52 0.26
HSL 344.43º 0.53% 0.48% -
HSV(B) 344.43º 0.7% 0.74% -
XYZ 24.09 14.37 11.4 -
YUV 100.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 188 57 91 0 0.70 0.52 0.26 344.43 0.53 0.48
Hex BC 39 5B 0 46 34 1A 158 35 30
Octal 274 71 133 0 106 64 32 530 65 60
Binary 10111100 111001 1011011 0 1000110 110100 11010 101011000 110101 110000

Color Harmonies of #BC395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC395B

Black with #BC395B

Text Example


Text Example

White with #BC395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC395B; }

 p { color: rgb(188,57,91); }

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

background-color css

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

 a { background-color: rgb(188,57,91); }

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

border-color css

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

 span { border-color: rgb(188,57,91); }

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