Html Css Color HEX #B93047 Old Rose

📋 copy color: '#B93047'

red 185 ◦ green 48 ◦ blue 71

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

Shades of Old Rose #B93047

Tints of Old Rose #B93047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 60.86%
G = 15.79%
B = 23.36%

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

#B93047 (or 0xB93047) is known color: Old Rose. HEX triplet: B9, 30 and 47. RGB value is (185,48,71). Sum of RGB (Red+Green+Blue) = 185+48+71=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B93047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93047 is #46CFB8. Grayscale: #5B5B5B. Windows color (decimal): -4640697 or 4665529. OLE color: 4665529.

HSL color Cylindrical-coordinate representation of color #B93047: hue angle of 349.93º degrees, saturation: 0.59, 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 #B93047 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 48 71 -
CMYK 0 0.74 0.62 0.27
HSL 349.93º 0.59% 0.46% -
HSV(B) 349.93º 0.74% 0.73% -
XYZ 22.2 12.88 7.28 -
YUV 91.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 185 48 71 0 0.74 0.62 0.27 349.93 0.59 0.46
Hex B9 30 47 0 4A 3E 1B 15E 3B 2E
Octal 271 60 107 0 112 76 33 536 73 56
Binary 10111001 110000 1000111 0 1001010 111110 11011 101011110 111011 101110

Color Harmonies of #B93047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93047

Black with #B93047

Text Example


Text Example

White with #B93047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93047; }

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

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

background-color css

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

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

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

border-color css

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

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

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