Html Css Color HEX #B73552 Old Rose

📋 copy color: '#B73552'

red 183 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #B73552

Tints of Old Rose #B73552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 57.55%
G = 16.67%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B73552 (or 0xB73552) is known color: Old Rose. HEX triplet: B7, 35 and 52. RGB value is (183,53,82). Sum of RGB (Red+Green+Blue) = 183+53+82=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B73552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73552 is #48CAAD. Grayscale: #5F5F5F. Windows color (decimal): -4770478 or 5387703. OLE color: 5387703.

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

Color convert

RGB 183 53 82 -
CMYK 0 0.71 0.55 0.28
HSL 346.62º 0.55% 0.46% -
HSV(B) 346.62º 0.71% 0.72% -
XYZ 22.32 13.22 9.36 -
YUV 95.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 183 53 82 0 0.71 0.55 0.28 346.62 0.55 0.46
Hex B7 35 52 0 47 37 1C 15B 37 2E
Octal 267 65 122 0 107 67 34 533 67 56
Binary 10110111 110101 1010010 0 1000111 110111 11100 101011011 110111 101110

Color Harmonies of #B73552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73552

Black with #B73552

Text Example


Text Example

White with #B73552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73552; }

 p { color: rgb(183,53,82); }

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

background-color css

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

 a { background-color: rgb(183,53,82); }

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

border-color css

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

 span { border-color: rgb(183,53,82); }

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