Html Css Color HEX #B73758 Old Rose

📋 copy color: '#B73758'

red 183 ◦ green 55 ◦ blue 88

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

Shades of Old Rose #B73758

Tints of Old Rose #B73758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 56.13%
G = 16.87%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B73758 (or 0xB73758) is known color: Old Rose. HEX triplet: B7, 37 and 58. RGB value is (183,55,88). Sum of RGB (Red+Green+Blue) = 183+55+88=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B73758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73758 is #48C8A7. Grayscale: #616161. Windows color (decimal): -4769960 or 5781431. OLE color: 5781431.

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

Color convert

RGB 183 55 88 -
CMYK 0 0.70 0.52 0.28
HSL 344.53º 0.54% 0.47% -
HSV(B) 344.53º 0.7% 0.72% -
XYZ 22.66 13.5 10.64 -
YUV 97.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 183 55 88 0 0.70 0.52 0.28 344.53 0.54 0.47
Hex B7 37 58 0 46 34 1C 159 36 2F
Octal 267 67 130 0 106 64 34 531 66 57
Binary 10110111 110111 1011000 0 1000110 110100 11100 101011001 110110 101111

Color Harmonies of #B73758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73758

Black with #B73758

Text Example


Text Example

White with #B73758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73758; }

 p { color: rgb(183,55,88); }

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

background-color css

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

 a { background-color: rgb(183,55,88); }

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

border-color css

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

 span { border-color: rgb(183,55,88); }

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