Html Css Color HEX #B72752 Old Rose

📋 copy color: '#B72752'

red 183 ◦ green 39 ◦ blue 82

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

Shades of Old Rose #B72752

Tints of Old Rose #B72752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 60.2%
G = 12.83%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B72752 (or 0xB72752) is known color: Old Rose. HEX triplet: B7, 27 and 52. RGB value is (183,39,82). Sum of RGB (Red+Green+Blue) = 183+39+82=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B72752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72752 is #48D8AD. Grayscale: #565656. Windows color (decimal): -4774062 or 5384119. OLE color: 5384119.

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

Color convert

RGB 183 39 82 -
CMYK 0 0.79 0.55 0.28
HSL 342.08º 0.65% 0.44% -
HSV(B) 342.08º 0.79% 0.72% -
XYZ 21.78 12.13 9.18 -
YUV 86.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 183 39 82 0 0.79 0.55 0.28 342.08 0.65 0.44
Hex B7 27 52 0 4F 37 1C 156 41 2C
Octal 267 47 122 0 117 67 34 526 101 54
Binary 10110111 100111 1010010 0 1001111 110111 11100 101010110 1000001 101100

Color Harmonies of #B72752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72752

Black with #B72752

Text Example


Text Example

White with #B72752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72752; }

 p { color: rgb(183,39,82); }

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

background-color css

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

 a { background-color: rgb(183,39,82); }

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

border-color css

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

 span { border-color: rgb(183,39,82); }

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