Html Css Color HEX #B72153 Old Rose

📋 copy color: '#B72153'

red 183 ◦ green 33 ◦ blue 83

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

Shades of Old Rose #B72153

Tints of Old Rose #B72153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 61.2%
G = 11.04%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B72153 (or 0xB72153) is known color: Old Rose. HEX triplet: B7, 21 and 53. RGB value is (183,33,83). Sum of RGB (Red+Green+Blue) = 183+33+83=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B72153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72153 is #48DEAC. Grayscale: #535353. Windows color (decimal): -4775597 or 5448119. OLE color: 5448119.

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

Color convert

RGB 183 33 83 -
CMYK 0 0.82 0.55 0.28
HSL 340º 0.69% 0.42% -
HSV(B) 340º 0.82% 0.72% -
XYZ 21.63 11.78 9.32 -
YUV 83.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 183 33 83 0 0.82 0.55 0.28 340 0.69 0.42
Hex B7 21 53 0 52 37 1C 154 45 2A
Octal 267 41 123 0 122 67 34 524 105 52
Binary 10110111 100001 1010011 0 1010010 110111 11100 101010100 1000101 101010

Color Harmonies of #B72153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72153

Black with #B72153

Text Example


Text Example

White with #B72153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72153; }

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

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

background-color css

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

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

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

border-color css

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

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

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