Html Css Color HEX #B73048 Old Rose

📋 copy color: '#B73048'

red 183 ◦ green 48 ◦ blue 72

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

Shades of Old Rose #B73048

Tints of Old Rose #B73048

RGB

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

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

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

R = 60.4%
G = 15.84%
B = 23.76%

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

#B73048 (or 0xB73048) is known color: Old Rose. HEX triplet: B7, 30 and 48. RGB value is (183,48,72). Sum of RGB (Red+Green+Blue) = 183+48+72=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B73048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73048 is #48CFB7. Grayscale: #5B5B5B. Windows color (decimal): -4771768 or 4731063. OLE color: 4731063.

HSL color Cylindrical-coordinate representation of color #B73048: hue angle of 349.33º 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 #B73048 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 72 -
CMYK 0 0.74 0.61 0.28
HSL 349.33º 0.58% 0.45% -
HSV(B) 349.33º 0.74% 0.72% -
XYZ 21.76 12.65 7.43 -
YUV 91.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 183 48 72 0 0.74 0.61 0.28 349.33 0.58 0.45
Hex B7 30 48 0 4A 3D 1C 15D 3A 2D
Octal 267 60 110 0 112 75 34 535 72 55
Binary 10110111 110000 1001000 0 1001010 111101 11100 101011101 111010 101101

Color Harmonies of #B73048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73048

Black with #B73048

Text Example


Text Example

White with #B73048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73048; }

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

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

background-color css

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

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

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

border-color css

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

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

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