Html Css Color HEX #B73452 Old Rose

📋 copy color: '#B73452'

red 183 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #B73452

Tints of Old Rose #B73452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 57.73%
G = 16.4%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B73452 (or 0xB73452) is known color: Old Rose. HEX triplet: B7, 34 and 52. RGB value is (183,52,82). Sum of RGB (Red+Green+Blue) = 183+52+82=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B73452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73452 is #48CBAD. Grayscale: #5E5E5E. Windows color (decimal): -4770734 or 5387447. OLE color: 5387447.

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

Color convert

RGB 183 52 82 -
CMYK 0 0.72 0.55 0.28
HSL 346.26º 0.56% 0.46% -
HSV(B) 346.26º 0.72% 0.72% -
XYZ 22.28 13.13 9.34 -
YUV 94.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 183 52 82 0 0.72 0.55 0.28 346.26 0.56 0.46
Hex B7 34 52 0 48 37 1C 15A 38 2E
Octal 267 64 122 0 110 67 34 532 70 56
Binary 10110111 110100 1010010 0 1001000 110111 11100 101011010 111000 101110

Color Harmonies of #B73452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73452

Black with #B73452

Text Example


Text Example

White with #B73452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73452; }

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

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

background-color css

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

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

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

border-color css

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

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

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