Html Css Color HEX #B93147 Old Rose

📋 copy color: '#B93147'

red 185 ◦ green 49 ◦ blue 71

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

Shades of Old Rose #B93147

Tints of Old Rose #B93147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.07%

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

R = 60.66%
G = 16.07%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B93147 (or 0xB93147) is known color: Old Rose. HEX triplet: B9, 31 and 47. RGB value is (185,49,71). Sum of RGB (Red+Green+Blue) = 185+49+71=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93147 is #46CEB8. Grayscale: #5C5C5C. Windows color (decimal): -4640441 or 4665785. OLE color: 4665785.

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

Color convert

RGB 185 49 71 -
CMYK 0 0.74 0.62 0.27
HSL 350.29º 0.58% 0.46% -
HSV(B) 350.29º 0.74% 0.73% -
XYZ 22.24 12.97 7.29 -
YUV 92.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 185 49 71 0 0.74 0.62 0.27 350.29 0.58 0.46
Hex B9 31 47 0 4A 3E 1B 15E 3A 2E
Octal 271 61 107 0 112 76 33 536 72 56
Binary 10111001 110001 1000111 0 1001010 111110 11011 101011110 111010 101110

Color Harmonies of #B93147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93147

Black with #B93147

Text Example


Text Example

White with #B93147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93147; }

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

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

background-color css

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

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

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

border-color css

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

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

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