Html Css Color HEX #B73357 Old Rose

📋 copy color: '#B73357'

red 183 ◦ green 51 ◦ blue 87

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

Shades of Old Rose #B73357

Tints of Old Rose #B73357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 57.01%
G = 15.89%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B73357 (or 0xB73357) is known color: Old Rose. HEX triplet: B7, 33 and 57. RGB value is (183,51,87). Sum of RGB (Red+Green+Blue) = 183+51+87=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B73357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73357 is #48CCA8. Grayscale: #5E5E5E. Windows color (decimal): -4770985 or 5714871. OLE color: 5714871.

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

Color convert

RGB 183 51 87 -
CMYK 0 0.72 0.52 0.28
HSL 343.64º 0.56% 0.46% -
HSV(B) 343.64º 0.72% 0.72% -
XYZ 22.43 13.12 10.37 -
YUV 94.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 183 51 87 0 0.72 0.52 0.28 343.64 0.56 0.46
Hex B7 33 57 0 48 34 1C 158 38 2E
Octal 267 63 127 0 110 64 34 530 70 56
Binary 10110111 110011 1010111 0 1001000 110100 11100 101011000 111000 101110

Color Harmonies of #B73357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73357

Black with #B73357

Text Example


Text Example

White with #B73357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73357; }

 p { color: rgb(183,51,87); }

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

background-color css

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

 a { background-color: rgb(183,51,87); }

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

border-color css

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

 span { border-color: rgb(183,51,87); }

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