Html Css Color HEX #B93C56 Old Rose

📋 copy color: '#B93C56'

red 185 ◦ green 60 ◦ blue 86

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

Shades of Old Rose #B93C56

Tints of Old Rose #B93C56

RGB

 RED value IS 185 (72.66% from 255) = 55.89%

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 55.89%
G = 18.13%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93C56 (or 0xB93C56) is known color: Old Rose. HEX triplet: B9, 3C and 56. RGB value is (185,60,86). Sum of RGB (Red+Green+Blue) = 185+60+86=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C56 is #46C3A9. Grayscale: #646464. Windows color (decimal): -4637610 or 5651641. OLE color: 5651641.

HSL color Cylindrical-coordinate representation of color #B93C56: hue angle of 347.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C56 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 86 -
CMYK 0 0.68 0.54 0.27
HSL 347.52º 0.51% 0.48% -
HSV(B) 347.52º 0.68% 0.73% -
XYZ 23.3 14.22 10.32 -
YUV 100.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 185 60 86 0 0.68 0.54 0.27 347.52 0.51 0.48
Hex B9 3C 56 0 44 36 1B 15C 33 30
Octal 271 74 126 0 104 66 33 534 63 60
Binary 10111001 111100 1010110 0 1000100 110110 11011 101011100 110011 110000

Color Harmonies of #B93C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C56

Black with #B93C56

Text Example


Text Example

White with #B93C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C56; }

 p { color: rgb(185,60,86); }

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

background-color css

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

 a { background-color: rgb(185,60,86); }

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

border-color css

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

 span { border-color: rgb(185,60,86); }

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