Html Css Color HEX #B73847 Old Rose

📋 copy color: '#B73847'

red 183 ◦ green 56 ◦ blue 71

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

Shades of Old Rose #B73847

Tints of Old Rose #B73847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 59.03%
G = 18.06%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B73847 (or 0xB73847) is known color: Old Rose. HEX triplet: B7, 38 and 47. RGB value is (183,56,71). Sum of RGB (Red+Green+Blue) = 183+56+71=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B73847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73847 is #48C7B8. Grayscale: #5F5F5F. Windows color (decimal): -4769721 or 4667575. OLE color: 4667575.

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

Color convert

RGB 183 56 71 -
CMYK 0 0.69 0.61 0.28
HSL 352.91º 0.53% 0.47% -
HSV(B) 352.91º 0.69% 0.72% -
XYZ 22.08 13.35 7.37 -
YUV 95.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 183 56 71 0 0.69 0.61 0.28 352.91 0.53 0.47
Hex B7 38 47 0 45 3D 1C 161 35 2F
Octal 267 70 107 0 105 75 34 541 65 57
Binary 10110111 111000 1000111 0 1000101 111101 11100 101100001 110101 101111

Color Harmonies of #B73847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73847

Black with #B73847

Text Example


Text Example

White with #B73847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73847; }

 p { color: rgb(183,56,71); }

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

background-color css

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

 a { background-color: rgb(183,56,71); }

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

border-color css

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

 span { border-color: rgb(183,56,71); }

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