Html Css Color HEX #B73858 Old Rose

📋 copy color: '#B73858'

red 183 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #B73858

Tints of Old Rose #B73858

RGB

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

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

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

R = 55.96%
G = 17.13%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B73858 (or 0xB73858) is known color: Old Rose. HEX triplet: B7, 38 and 58. RGB value is (183,56,88). Sum of RGB (Red+Green+Blue) = 183+56+88=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B73858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73858 is #48C7A7. Grayscale: #616161. Windows color (decimal): -4769704 or 5781687. OLE color: 5781687.

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

Color convert

RGB 183 56 88 -
CMYK 0 0.69 0.52 0.28
HSL 344.88º 0.53% 0.47% -
HSV(B) 344.88º 0.69% 0.72% -
XYZ 22.7 13.6 10.66 -
YUV 97.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 183 56 88 0 0.69 0.52 0.28 344.88 0.53 0.47
Hex B7 38 58 0 45 34 1C 159 35 2F
Octal 267 70 130 0 105 64 34 531 65 57
Binary 10110111 111000 1011000 0 1000101 110100 11100 101011001 110101 101111

Color Harmonies of #B73858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73858

Black with #B73858

Text Example


Text Example

White with #B73858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73858; }

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

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

background-color css

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

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

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

border-color css

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

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

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