Html Css Color HEX #B71750 Old Rose

📋 copy color: '#B71750'

red 183 ◦ green 23 ◦ blue 80

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

Shades of Old Rose #B71750

Tints of Old Rose #B71750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

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

R = 63.99%
G = 8.04%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B71750 (or 0xB71750) is known color: Old Rose. HEX triplet: B7, 17 and 50. RGB value is (183,23,80). Sum of RGB (Red+Green+Blue) = 183+23+80=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B71750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71750 is #48E8AF. Grayscale: #4D4D4D. Windows color (decimal): -4778160 or 5248951. OLE color: 5248951.

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

Color convert

RGB 183 23 80 -
CMYK 0 0.87 0.56 0.28
HSL 338.63º 0.78% 0.4% -
HSV(B) 338.63º 0.87% 0.72% -
XYZ 21.28 11.26 8.64 -
YUV 77.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 183 23 80 0 0.87 0.56 0.28 338.63 0.78 0.4
Hex B7 17 50 0 57 38 1C 153 4E 28
Octal 267 27 120 0 127 70 34 523 116 50
Binary 10110111 10111 1010000 0 1010111 111000 11100 101010011 1001110 101000

Color Harmonies of #B71750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71750

Black with #B71750

Text Example


Text Example

White with #B71750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71750; }

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

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

background-color css

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

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

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

border-color css

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

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

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