Html Css Color HEX #B73B4F Old Rose

📋 copy color: '#B73B4F'

red 183 ◦ green 59 ◦ blue 79

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

Shades of Old Rose #B73B4F

Tints of Old Rose #B73B4F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.38%

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 57.01%
G = 18.38%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B73B4F (or 0xB73B4F) is known color: Old Rose. HEX triplet: B7, 3B and 4F. RGB value is (183,59,79). Sum of RGB (Red+Green+Blue) = 183+59+79=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B4F is #48C4B0. Grayscale: #626262. Windows color (decimal): -4768945 or 5192631. OLE color: 5192631.

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

Color convert

RGB 183 59 79 -
CMYK 0 0.68 0.57 0.28
HSL 350.32º 0.51% 0.47% -
HSV(B) 350.32º 0.68% 0.72% -
XYZ 22.5 13.76 8.87 -
YUV 98.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 183 59 79 0 0.68 0.57 0.28 350.32 0.51 0.47
Hex B7 3B 4F 0 44 39 1C 15E 33 2F
Octal 267 73 117 0 104 71 34 536 63 57
Binary 10110111 111011 1001111 0 1000100 111001 11100 101011110 110011 101111

Color Harmonies of #B73B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B4F

Black with #B73B4F

Text Example


Text Example

White with #B73B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B4F; }

 p { color: rgb(183,59,79); }

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

background-color css

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

 a { background-color: rgb(183,59,79); }

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

border-color css

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

 span { border-color: rgb(183,59,79); }

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