Html Css Color HEX #B73859 Old Rose

📋 copy color: '#B73859'

red 183 ◦ green 56 ◦ blue 89

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

Shades of Old Rose #B73859

Tints of Old Rose #B73859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

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

R = 55.79%
G = 17.07%
B = 27.13%

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

#B73859 (or 0xB73859) is known color: Old Rose. HEX triplet: B7, 38 and 59. RGB value is (183,56,89). Sum of RGB (Red+Green+Blue) = 183+56+89=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B73859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73859 is #48C7A6. Grayscale: #616161. Windows color (decimal): -4769703 or 5847223. OLE color: 5847223.

HSL color Cylindrical-coordinate representation of color #B73859: hue angle of 344.41º degrees, saturation: 0.53, 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 #B73859 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 89 -
CMYK 0 0.69 0.51 0.28
HSL 344.41º 0.53% 0.47% -
HSV(B) 344.41º 0.69% 0.72% -
XYZ 22.75 13.62 10.88 -
YUV 97.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 183 56 89 0 0.69 0.51 0.28 344.41 0.53 0.47
Hex B7 38 59 0 45 33 1C 158 35 2F
Octal 267 70 131 0 105 63 34 530 65 57
Binary 10110111 111000 1011001 0 1000101 110011 11100 101011000 110101 101111

Color Harmonies of #B73859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73859

Black with #B73859

Text Example


Text Example

White with #B73859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73859; }

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

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

background-color css

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

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

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

border-color css

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

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

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