Html Css Color HEX #B93447 Old Rose

📋 copy color: '#B93447'

red 185 ◦ green 52 ◦ blue 71

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

Shades of Old Rose #B93447

Tints of Old Rose #B93447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 60.06%
G = 16.88%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B93447 (or 0xB93447) is known color: Old Rose. HEX triplet: B9, 34 and 47. RGB value is (185,52,71). Sum of RGB (Red+Green+Blue) = 185+52+71=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B93447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93447 is #46CBB8. Grayscale: #5D5D5D. Windows color (decimal): -4639673 or 4666553. OLE color: 4666553.

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

Color convert

RGB 185 52 71 -
CMYK 0 0.72 0.62 0.27
HSL 351.43º 0.56% 0.46% -
HSV(B) 351.43º 0.72% 0.73% -
XYZ 22.37 13.23 7.33 -
YUV 93.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 185 52 71 0 0.72 0.62 0.27 351.43 0.56 0.46
Hex B9 34 47 0 48 3E 1B 15F 38 2E
Octal 271 64 107 0 110 76 33 537 70 56
Binary 10111001 110100 1000111 0 1001000 111110 11011 101011111 111000 101110

Color Harmonies of #B93447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93447

Black with #B93447

Text Example


Text Example

White with #B93447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93447; }

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

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

background-color css

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

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

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

border-color css

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

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

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