Html Css Color HEX #B72855 Old Rose

📋 copy color: '#B72855'

red 183 ◦ green 40 ◦ blue 85

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

Shades of Old Rose #B72855

Tints of Old Rose #B72855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 59.42%
G = 12.99%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B72855 (or 0xB72855) is known color: Old Rose. HEX triplet: B7, 28 and 55. RGB value is (183,40,85). Sum of RGB (Red+Green+Blue) = 183+40+85=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B72855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72855 is #48D7AA. Grayscale: #575757. Windows color (decimal): -4773803 or 5580983. OLE color: 5580983.

HSL color Cylindrical-coordinate representation of color #B72855: hue angle of 341.12º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72855 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 40 85 -
CMYK 0 0.78 0.54 0.28
HSL 341.12º 0.64% 0.44% -
HSV(B) 341.12º 0.78% 0.72% -
XYZ 21.93 12.24 9.8 -
YUV 87.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 183 40 85 0 0.78 0.54 0.28 341.12 0.64 0.44
Hex B7 28 55 0 4E 36 1C 155 40 2C
Octal 267 50 125 0 116 66 34 525 100 54
Binary 10110111 101000 1010101 0 1001110 110110 11100 101010101 1000000 101100

Color Harmonies of #B72855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72855

Black with #B72855

Text Example


Text Example

White with #B72855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72855; }

 p { color: rgb(183,40,85); }

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

background-color css

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

 a { background-color: rgb(183,40,85); }

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

border-color css

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

 span { border-color: rgb(183,40,85); }

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