Html Css Color HEX #B72655 Old Rose

📋 copy color: '#B72655'

red 183 ◦ green 38 ◦ blue 85

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

Shades of Old Rose #B72655

Tints of Old Rose #B72655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 59.8%
G = 12.42%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B72655 (or 0xB72655) is known color: Old Rose. HEX triplet: B7, 26 and 55. RGB value is (183,38,85). Sum of RGB (Red+Green+Blue) = 183+38+85=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B72655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72655 is #48D9AA. Grayscale: #565656. Windows color (decimal): -4774315 or 5580471. OLE color: 5580471.

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

Color convert

RGB 183 38 85 -
CMYK 0 0.79 0.54 0.28
HSL 340.55º 0.66% 0.43% -
HSV(B) 340.55º 0.79% 0.72% -
XYZ 21.86 12.11 9.78 -
YUV 86.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 183 38 85 0 0.79 0.54 0.28 340.55 0.66 0.43
Hex B7 26 55 0 4F 36 1C 155 42 2B
Octal 267 46 125 0 117 66 34 525 102 53
Binary 10110111 100110 1010101 0 1001111 110110 11100 101010101 1000010 101011

Color Harmonies of #B72655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72655

Black with #B72655

Text Example


Text Example

White with #B72655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72655; }

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

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

background-color css

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

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

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

border-color css

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

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

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