Html Css Color HEX #B73648 Old Rose

📋 copy color: '#B73648'

red 183 ◦ green 54 ◦ blue 72

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

Shades of Old Rose #B73648

Tints of Old Rose #B73648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 59.22%
G = 17.48%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B73648 (or 0xB73648) is known color: Old Rose. HEX triplet: B7, 36 and 48. RGB value is (183,54,72). Sum of RGB (Red+Green+Blue) = 183+54+72=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B73648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73648 is #48C9B7. Grayscale: #5E5E5E. Windows color (decimal): -4770232 or 4732599. OLE color: 4732599.

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

Color convert

RGB 183 54 72 -
CMYK 0 0.70 0.61 0.28
HSL 351.63º 0.54% 0.46% -
HSV(B) 351.63º 0.7% 0.72% -
XYZ 22.02 13.17 7.51 -
YUV 94.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 183 54 72 0 0.70 0.61 0.28 351.63 0.54 0.46
Hex B7 36 48 0 46 3D 1C 160 36 2E
Octal 267 66 110 0 106 75 34 540 66 56
Binary 10110111 110110 1001000 0 1000110 111101 11100 101100000 110110 101110

Color Harmonies of #B73648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73648

Black with #B73648

Text Example


Text Example

White with #B73648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73648; }

 p { color: rgb(183,54,72); }

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

background-color css

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

 a { background-color: rgb(183,54,72); }

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

border-color css

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

 span { border-color: rgb(183,54,72); }

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