Html Css Color HEX #B73851 Old Rose

📋 copy color: '#B73851'

red 183 ◦ green 56 ◦ blue 81

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

Shades of Old Rose #B73851

Tints of Old Rose #B73851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.31%

R = 57.19%
G = 17.5%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B73851 (or 0xB73851) is known color: Old Rose. HEX triplet: B7, 38 and 51. RGB value is (183,56,81). Sum of RGB (Red+Green+Blue) = 183+56+81=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B73851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73851 is #48C7AE. Grayscale: #606060. Windows color (decimal): -4769711 or 5322935. OLE color: 5322935.

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

Color convert

RGB 183 56 81 -
CMYK 0 0.69 0.56 0.28
HSL 348.19º 0.53% 0.47% -
HSV(B) 348.19º 0.69% 0.72% -
XYZ 22.43 13.49 9.21 -
YUV 96.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 183 56 81 0 0.69 0.56 0.28 348.19 0.53 0.47
Hex B7 38 51 0 45 38 1C 15C 35 2F
Octal 267 70 121 0 105 70 34 534 65 57
Binary 10110111 111000 1010001 0 1000101 111000 11100 101011100 110101 101111

Color Harmonies of #B73851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73851

Black with #B73851

Text Example


Text Example

White with #B73851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73851; }

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

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

background-color css

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

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

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

border-color css

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

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

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