Html Css Color HEX #B73047 Old Rose

📋 copy color: '#B73047'

red 183 ◦ green 48 ◦ blue 71

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

Shades of Old Rose #B73047

Tints of Old Rose #B73047

RGB

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

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

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

R = 60.6%
G = 15.89%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B73047 (or 0xB73047) is known color: Old Rose. HEX triplet: B7, 30 and 47. RGB value is (183,48,71). Sum of RGB (Red+Green+Blue) = 183+48+71=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73047 is #48CFB8. Grayscale: #5B5B5B. Windows color (decimal): -4771769 or 4665527. OLE color: 4665527.

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

Color convert

RGB 183 48 71 -
CMYK 0 0.74 0.61 0.28
HSL 349.78º 0.58% 0.45% -
HSV(B) 349.78º 0.74% 0.72% -
XYZ 21.72 12.64 7.26 -
YUV 90.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 183 48 71 0 0.74 0.61 0.28 349.78 0.58 0.45
Hex B7 30 47 0 4A 3D 1C 15E 3A 2D
Octal 267 60 107 0 112 75 34 536 72 55
Binary 10110111 110000 1000111 0 1001010 111101 11100 101011110 111010 101101

Color Harmonies of #B73047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73047

Black with #B73047

Text Example


Text Example

White with #B73047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73047; }

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

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

background-color css

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

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

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

border-color css

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

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

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