Html Css Color HEX #B71953 Old Rose

📋 copy color: '#B71953'

red 183 ◦ green 25 ◦ blue 83

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

Shades of Old Rose #B71953

Tints of Old Rose #B71953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 83 (32.81% from 255) = 28.52%

R = 62.89%
G = 8.59%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B71953 (or 0xB71953) is known color: Old Rose. HEX triplet: B7, 19 and 53. RGB value is (183,25,83). Sum of RGB (Red+Green+Blue) = 183+25+83=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B71953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71953 is #48E6AC. Grayscale: #4E4E4E. Windows color (decimal): -4777645 or 5446071. OLE color: 5446071.

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

Color convert

RGB 183 25 83 -
CMYK 0 0.86 0.55 0.28
HSL 337.97º 0.76% 0.41% -
HSV(B) 337.97º 0.86% 0.72% -
XYZ 21.44 11.39 9.25 -
YUV 78.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 183 25 83 0 0.86 0.55 0.28 337.97 0.76 0.41
Hex B7 19 53 0 56 37 1C 152 4C 29
Octal 267 31 123 0 126 67 34 522 114 51
Binary 10110111 11001 1010011 0 1010110 110111 11100 101010010 1001100 101001

Color Harmonies of #B71953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71953

Black with #B71953

Text Example


Text Example

White with #B71953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71953; }

 p { color: rgb(183,25,83); }

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

background-color css

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

 a { background-color: rgb(183,25,83); }

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

border-color css

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

 span { border-color: rgb(183,25,83); }

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