Html Css Color HEX #B72151 Old Rose

📋 copy color: '#B72151'

red 183 ◦ green 33 ◦ blue 81

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

Shades of Old Rose #B72151

Tints of Old Rose #B72151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 61.62%
G = 11.11%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B72151 (or 0xB72151) is known color: Old Rose. HEX triplet: B7, 21 and 51. RGB value is (183,33,81). Sum of RGB (Red+Green+Blue) = 183+33+81=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B72151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72151 is #48DEAE. Grayscale: #535353. Windows color (decimal): -4775599 or 5317047. OLE color: 5317047.

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

Color convert

RGB 183 33 81 -
CMYK 0 0.82 0.56 0.28
HSL 340.8º 0.69% 0.42% -
HSV(B) 340.8º 0.82% 0.72% -
XYZ 21.56 11.75 8.92 -
YUV 83.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 183 33 81 0 0.82 0.56 0.28 340.8 0.69 0.42
Hex B7 21 51 0 52 38 1C 155 45 2A
Octal 267 41 121 0 122 70 34 525 105 52
Binary 10110111 100001 1010001 0 1010010 111000 11100 101010101 1000101 101010

Color Harmonies of #B72151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72151

Black with #B72151

Text Example


Text Example

White with #B72151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72151; }

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

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

background-color css

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

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

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

border-color css

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

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

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