Html Css Color HEX #B73750 Old Rose

📋 copy color: '#B73750'

red 183 ◦ green 55 ◦ blue 80

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

Shades of Old Rose #B73750

Tints of Old Rose #B73750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.3%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 57.55%
G = 17.3%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B73750 (or 0xB73750) is known color: Old Rose. HEX triplet: B7, 37 and 50. RGB value is (183,55,80). Sum of RGB (Red+Green+Blue) = 183+55+80=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B73750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73750 is #48C8AF. Grayscale: #606060. Windows color (decimal): -4769968 or 5257143. OLE color: 5257143.

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

Color convert

RGB 183 55 80 -
CMYK 0 0.70 0.56 0.28
HSL 348.28º 0.54% 0.47% -
HSV(B) 348.28º 0.7% 0.72% -
XYZ 22.34 13.38 8.99 -
YUV 96.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 183 55 80 0 0.70 0.56 0.28 348.28 0.54 0.47
Hex B7 37 50 0 46 38 1C 15C 36 2F
Octal 267 67 120 0 106 70 34 534 66 57
Binary 10110111 110111 1010000 0 1000110 111000 11100 101011100 110110 101111

Color Harmonies of #B73750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73750

Black with #B73750

Text Example


Text Example

White with #B73750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73750; }

 p { color: rgb(183,55,80); }

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

background-color css

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

 a { background-color: rgb(183,55,80); }

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

border-color css

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

 span { border-color: rgb(183,55,80); }

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