Html Css Color HEX #B72E5A Old Rose

📋 copy color: '#B72E5A'

red 183 ◦ green 46 ◦ blue 90

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

Shades of Old Rose #B72E5A

Tints of Old Rose #B72E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.42%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 57.37%
G = 14.42%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B72E5A (or 0xB72E5A) is known color: Old Rose. HEX triplet: B7, 2E and 5A. RGB value is (183,46,90). Sum of RGB (Red+Green+Blue) = 183+46+90=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E5A is #48D1A5. Grayscale: #5B5B5B. Windows color (decimal): -4772262 or 5910199. OLE color: 5910199.

HSL color Cylindrical-coordinate representation of color #B72E5A: hue angle of 340.73º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E5A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 46 90 -
CMYK 0 0.75 0.51 0.28
HSL 340.73º 0.6% 0.45% -
HSV(B) 340.73º 0.75% 0.72% -
XYZ 22.35 12.76 10.96 -
YUV 91.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 183 46 90 0 0.75 0.51 0.28 340.73 0.6 0.45
Hex B7 2E 5A 0 4B 33 1C 155 3C 2D
Octal 267 56 132 0 113 63 34 525 74 55
Binary 10110111 101110 1011010 0 1001011 110011 11100 101010101 111100 101101

Color Harmonies of #B72E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E5A

Black with #B72E5A

Text Example


Text Example

White with #B72E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E5A; }

 p { color: rgb(183,46,90); }

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

background-color css

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

 a { background-color: rgb(183,46,90); }

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

border-color css

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

 span { border-color: rgb(183,46,90); }

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