Html Css Color HEX #B71850 Old Rose

📋 copy color: '#B71850'

red 183 ◦ green 24 ◦ blue 80

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

Shades of Old Rose #B71850

Tints of Old Rose #B71850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 63.76%
G = 8.36%
B = 27.87%

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

#B71850 (or 0xB71850) is known color: Old Rose. HEX triplet: B7, 18 and 50. RGB value is (183,24,80). Sum of RGB (Red+Green+Blue) = 183+24+80=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B71850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71850 is #48E7AF. Grayscale: #4D4D4D. Windows color (decimal): -4777904 or 5249207. OLE color: 5249207.

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

Color convert

RGB 183 24 80 -
CMYK 0 0.87 0.56 0.28
HSL 338.87º 0.77% 0.41% -
HSV(B) 338.87º 0.87% 0.72% -
XYZ 21.3 11.3 8.65 -
YUV 77.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 183 24 80 0 0.87 0.56 0.28 338.87 0.77 0.41
Hex B7 18 50 0 57 38 1C 153 4D 29
Octal 267 30 120 0 127 70 34 523 115 51
Binary 10110111 11000 1010000 0 1010111 111000 11100 101010011 1001101 101001

Color Harmonies of #B71850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71850

Black with #B71850

Text Example


Text Example

White with #B71850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71850; }

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

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

background-color css

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

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

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

border-color css

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

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

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