Html Css Color HEX #B93547 Old Rose

📋 copy color: '#B93547'

red 185 ◦ green 53 ◦ blue 71

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

Shades of Old Rose #B93547

Tints of Old Rose #B93547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 59.87%
G = 17.15%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B93547 (or 0xB93547) is known color: Old Rose. HEX triplet: B9, 35 and 47. RGB value is (185,53,71). Sum of RGB (Red+Green+Blue) = 185+53+71=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B93547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93547 is #46CAB8. Grayscale: #5E5E5E. Windows color (decimal): -4639417 or 4666809. OLE color: 4666809.

HSL color Cylindrical-coordinate representation of color #B93547: hue angle of 351.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93547 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 71 -
CMYK 0 0.71 0.62 0.27
HSL 351.82º 0.55% 0.47% -
HSV(B) 351.82º 0.71% 0.73% -
XYZ 22.42 13.32 7.35 -
YUV 94.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 185 53 71 0 0.71 0.62 0.27 351.82 0.55 0.47
Hex B9 35 47 0 47 3E 1B 160 37 2F
Octal 271 65 107 0 107 76 33 540 67 57
Binary 10111001 110101 1000111 0 1000111 111110 11011 101100000 110111 101111

Color Harmonies of #B93547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93547

Black with #B93547

Text Example


Text Example

White with #B93547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93547; }

 p { color: rgb(185,53,71); }

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

background-color css

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

 a { background-color: rgb(185,53,71); }

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

border-color css

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

 span { border-color: rgb(185,53,71); }

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