Html Css Color HEX #B73C52 Old Rose

📋 copy color: '#B73C52'

red 183 ◦ green 60 ◦ blue 82

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

Shades of Old Rose #B73C52

Tints of Old Rose #B73C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

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

R = 56.31%
G = 18.46%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B73C52 (or 0xB73C52) is known color: Old Rose. HEX triplet: B7, 3C and 52. RGB value is (183,60,82). Sum of RGB (Red+Green+Blue) = 183+60+82=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C52 is #48C3AD. Grayscale: #636363. Windows color (decimal): -4768686 or 5389495. OLE color: 5389495.

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

Color convert

RGB 183 60 82 -
CMYK 0 0.67 0.55 0.28
HSL 349.27º 0.51% 0.48% -
HSV(B) 349.27º 0.67% 0.72% -
XYZ 22.67 13.91 9.47 -
YUV 99.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 183 60 82 0 0.67 0.55 0.28 349.27 0.51 0.48
Hex B7 3C 52 0 43 37 1C 15D 33 30
Octal 267 74 122 0 103 67 34 535 63 60
Binary 10110111 111100 1010010 0 1000011 110111 11100 101011101 110011 110000

Color Harmonies of #B73C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C52

Black with #B73C52

Text Example


Text Example

White with #B73C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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