Html Css Color HEX #B71E5B Old Rose

📋 copy color: '#B71E5B'

red 183 ◦ green 30 ◦ blue 91

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

Shades of Old Rose #B71E5B

Tints of Old Rose #B71E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 60.2%
G = 9.87%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B71E5B (or 0xB71E5B) is known color: Old Rose. HEX triplet: B7, 1E and 5B. RGB value is (183,30,91). Sum of RGB (Red+Green+Blue) = 183+30+91=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E5B is #48E1A4. Grayscale: #525252. Windows color (decimal): -4776357 or 5971639. OLE color: 5971639.

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

Color convert

RGB 183 30 91 -
CMYK 0 0.84 0.50 0.28
HSL 336.08º 0.72% 0.42% -
HSV(B) 336.08º 0.84% 0.72% -
XYZ 21.88 11.75 11.01 -
YUV 82.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 183 30 91 0 0.84 0.50 0.28 336.08 0.72 0.42
Hex B7 1E 5B 0 54 32 1C 150 48 2A
Octal 267 36 133 0 124 62 34 520 110 52
Binary 10110111 11110 1011011 0 1010100 110010 11100 101010000 1001000 101010

Color Harmonies of #B71E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E5B

Black with #B71E5B

Text Example


Text Example

White with #B71E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E5B; }

 p { color: rgb(183,30,91); }

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

background-color css

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

 a { background-color: rgb(183,30,91); }

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

border-color css

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

 span { border-color: rgb(183,30,91); }

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