Html Css Color HEX #B73247 Old Rose

📋 copy color: '#B73247'

red 183 ◦ green 50 ◦ blue 71

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

Shades of Old Rose #B73247

Tints of Old Rose #B73247

RGB

 RED value IS 183 (71.88% from 255) = 60.2%

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

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

R = 60.2%
G = 16.45%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B73247 (or 0xB73247) is known color: Old Rose. HEX triplet: B7, 32 and 47. RGB value is (183,50,71). Sum of RGB (Red+Green+Blue) = 183+50+71=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73247 is #48CDB8. Grayscale: #5C5C5C. Windows color (decimal): -4771257 or 4666039. OLE color: 4666039.

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

Color convert

RGB 183 50 71 -
CMYK 0 0.73 0.61 0.28
HSL 350.53º 0.57% 0.46% -
HSV(B) 350.53º 0.73% 0.72% -
XYZ 21.81 12.8 7.28 -
YUV 92.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 183 50 71 0 0.73 0.61 0.28 350.53 0.57 0.46
Hex B7 32 47 0 49 3D 1C 15F 39 2E
Octal 267 62 107 0 111 75 34 537 71 56
Binary 10110111 110010 1000111 0 1001001 111101 11100 101011111 111001 101110

Color Harmonies of #B73247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73247

Black with #B73247

Text Example


Text Example

White with #B73247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73247; }

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

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

background-color css

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

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

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

border-color css

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

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

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