Html Css Color HEX #B73959 Old Rose

📋 copy color: '#B73959'

red 183 ◦ green 57 ◦ blue 89

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

Shades of Old Rose #B73959

Tints of Old Rose #B73959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

 BLUE value IS 89 (35.16% from 255) = 27.05%

R = 55.62%
G = 17.33%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B73959 (or 0xB73959) is known color: Old Rose. HEX triplet: B7, 39 and 59. RGB value is (183,57,89). Sum of RGB (Red+Green+Blue) = 183+57+89=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B73959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73959 is #48C6A6. Grayscale: #626262. Windows color (decimal): -4769447 or 5847479. OLE color: 5847479.

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

Color convert

RGB 183 57 89 -
CMYK 0 0.69 0.51 0.28
HSL 344.76º 0.53% 0.47% -
HSV(B) 344.76º 0.69% 0.72% -
XYZ 22.79 13.71 10.9 -
YUV 98.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 183 57 89 0 0.69 0.51 0.28 344.76 0.53 0.47
Hex B7 39 59 0 45 33 1C 159 34 2F
Octal 267 71 131 0 105 63 34 531 64 57
Binary 10110111 111001 1011001 0 1000101 110011 11100 101011001 110100 101111

Color Harmonies of #B73959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73959

Black with #B73959

Text Example


Text Example

White with #B73959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73959; }

 p { color: rgb(183,57,89); }

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

background-color css

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

 a { background-color: rgb(183,57,89); }

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

border-color css

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

 span { border-color: rgb(183,57,89); }

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