Html Css Color HEX #B93C4E Old Rose

📋 copy color: '#B93C4E'

red 185 ◦ green 60 ◦ blue 78

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

Shades of Old Rose #B93C4E

Tints of Old Rose #B93C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.15%

R = 57.28%
G = 18.58%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B93C4E (or 0xB93C4E) is known color: Old Rose. HEX triplet: B9, 3C and 4E. RGB value is (185,60,78). Sum of RGB (Red+Green+Blue) = 185+60+78=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C4E is #46C3B1. Grayscale: #636363. Windows color (decimal): -4637618 or 5127353. OLE color: 5127353.

HSL color Cylindrical-coordinate representation of color #B93C4E: hue angle of 351.36º 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 #B93C4E is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 78 -
CMYK 0 0.68 0.58 0.27
HSL 351.36º 0.51% 0.48% -
HSV(B) 351.36º 0.68% 0.73% -
XYZ 23 14.1 8.72 -
YUV 99.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 185 60 78 0 0.68 0.58 0.27 351.36 0.51 0.48
Hex B9 3C 4E 0 44 3A 1B 15F 33 30
Octal 271 74 116 0 104 72 33 537 63 60
Binary 10111001 111100 1001110 0 1000100 111010 11011 101011111 110011 110000

Color Harmonies of #B93C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C4E

Black with #B93C4E

Text Example


Text Example

White with #B93C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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