Html Css Color HEX #B73055 Old Rose

📋 copy color: '#B73055'

red 183 ◦ green 48 ◦ blue 85

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

Shades of Old Rose #B73055

Tints of Old Rose #B73055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 57.91%
G = 15.19%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B73055 (or 0xB73055) is known color: Old Rose. HEX triplet: B7, 30 and 55. RGB value is (183,48,85). Sum of RGB (Red+Green+Blue) = 183+48+85=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B73055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73055 is #48CFAA. Grayscale: #5C5C5C. Windows color (decimal): -4771755 or 5583031. OLE color: 5583031.

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

Color convert

RGB 183 48 85 -
CMYK 0 0.74 0.54 0.28
HSL 343.56º 0.58% 0.45% -
HSV(B) 343.56º 0.74% 0.72% -
XYZ 22.23 12.84 9.9 -
YUV 92.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 183 48 85 0 0.74 0.54 0.28 343.56 0.58 0.45
Hex B7 30 55 0 4A 36 1C 158 3A 2D
Octal 267 60 125 0 112 66 34 530 72 55
Binary 10110111 110000 1010101 0 1001010 110110 11100 101011000 111010 101101

Color Harmonies of #B73055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73055

Black with #B73055

Text Example


Text Example

White with #B73055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73055; }

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

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

background-color css

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

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

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

border-color css

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

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

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