Html Css Color HEX #B93247 Old Rose

📋 copy color: '#B93247'

red 185 ◦ green 50 ◦ blue 71

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

Shades of Old Rose #B93247

Tints of Old Rose #B93247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

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

R = 60.46%
G = 16.34%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B93247 (or 0xB93247) is known color: Old Rose. HEX triplet: B9, 32 and 47. RGB value is (185,50,71). Sum of RGB (Red+Green+Blue) = 185+50+71=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93247 is #46CDB8. Grayscale: #5C5C5C. Windows color (decimal): -4640185 or 4666041. OLE color: 4666041.

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

Color convert

RGB 185 50 71 -
CMYK 0 0.73 0.62 0.27
HSL 350.67º 0.57% 0.46% -
HSV(B) 350.67º 0.73% 0.73% -
XYZ 22.29 13.05 7.31 -
YUV 92.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 185 50 71 0 0.73 0.62 0.27 350.67 0.57 0.46
Hex B9 32 47 0 49 3E 1B 15F 39 2E
Octal 271 62 107 0 111 76 33 537 71 56
Binary 10111001 110010 1000111 0 1001001 111110 11011 101011111 111001 101110

Color Harmonies of #B93247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93247

Black with #B93247

Text Example


Text Example

White with #B93247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93247; }

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

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

background-color css

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

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

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

border-color css

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

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

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