Html Css Color HEX #B72850 Old Rose

📋 copy color: '#B72850'

red 183 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #B72850

Tints of Old Rose #B72850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 60.4%
G = 13.2%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B72850 (or 0xB72850) is known color: Old Rose. HEX triplet: B7, 28 and 50. RGB value is (183,40,80). Sum of RGB (Red+Green+Blue) = 183+40+80=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B72850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72850 is #48D7AF. Grayscale: #575757. Windows color (decimal): -4773808 or 5253303. OLE color: 5253303.

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

Color convert

RGB 183 40 80 -
CMYK 0 0.78 0.56 0.28
HSL 343.22º 0.64% 0.44% -
HSV(B) 343.22º 0.78% 0.72% -
XYZ 21.74 12.16 8.79 -
YUV 87.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 183 40 80 0 0.78 0.56 0.28 343.22 0.64 0.44
Hex B7 28 50 0 4E 38 1C 157 40 2C
Octal 267 50 120 0 116 70 34 527 100 54
Binary 10110111 101000 1010000 0 1001110 111000 11100 101010111 1000000 101100

Color Harmonies of #B72850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72850

Black with #B72850

Text Example


Text Example

White with #B72850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72850; }

 p { color: rgb(183,40,80); }

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

background-color css

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

 a { background-color: rgb(183,40,80); }

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

border-color css

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

 span { border-color: rgb(183,40,80); }

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