Html Css Color HEX #B73744 Old Rose

📋 copy color: '#B73744'

red 183 ◦ green 55 ◦ blue 68

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

Shades of Old Rose #B73744

Tints of Old Rose #B73744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 59.8%
G = 17.97%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B73744 (or 0xB73744) is known color: Old Rose. HEX triplet: B7, 37 and 44. RGB value is (183,55,68). Sum of RGB (Red+Green+Blue) = 183+55+68=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B73744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73744 is #48C8BB. Grayscale: #5E5E5E. Windows color (decimal): -4769980 or 4470711. OLE color: 4470711.

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

Color convert

RGB 183 55 68 -
CMYK 0 0.70 0.63 0.28
HSL 353.91º 0.54% 0.47% -
HSV(B) 353.91º 0.7% 0.72% -
XYZ 21.94 13.22 6.86 -
YUV 94.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 183 55 68 0 0.70 0.63 0.28 353.91 0.54 0.47
Hex B7 37 44 0 46 3F 1C 162 36 2F
Octal 267 67 104 0 106 77 34 542 66 57
Binary 10110111 110111 1000100 0 1000110 111111 11100 101100010 110110 101111

Color Harmonies of #B73744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73744

Black with #B73744

Text Example


Text Example

White with #B73744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73744; }

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

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

background-color css

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

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

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

border-color css

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

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

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