Html Css Color HEX #B72052 Old Rose

📋 copy color: '#B72052'

red 183 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #B72052

Tints of Old Rose #B72052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

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

R = 61.62%
G = 10.77%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B72052 (or 0xB72052) is known color: Old Rose. HEX triplet: B7, 20 and 52. RGB value is (183,32,82). Sum of RGB (Red+Green+Blue) = 183+32+82=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B72052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72052 is #48DFAD. Grayscale: #525252. Windows color (decimal): -4775854 or 5382327. OLE color: 5382327.

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

Color convert

RGB 183 32 82 -
CMYK 0 0.83 0.55 0.28
HSL 340.13º 0.7% 0.42% -
HSV(B) 340.13º 0.83% 0.72% -
XYZ 21.57 11.71 9.11 -
YUV 82.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 183 32 82 0 0.83 0.55 0.28 340.13 0.7 0.42
Hex B7 20 52 0 53 37 1C 154 46 2A
Octal 267 40 122 0 123 67 34 524 106 52
Binary 10110111 100000 1010010 0 1010011 110111 11100 101010100 1000110 101010

Color Harmonies of #B72052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72052

Black with #B72052

Text Example


Text Example

White with #B72052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72052; }

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

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

background-color css

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

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

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

border-color css

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

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

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