Html Css Color HEX #B7174E Old Rose

📋 copy color: '#B7174E'

red 183 ◦ green 23 ◦ blue 78

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

Shades of Old Rose #B7174E

Tints of Old Rose #B7174E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.46%

R = 64.44%
G = 8.1%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7174E (or 0xB7174E) is known color: Old Rose. HEX triplet: B7, 17 and 4E. RGB value is (183,23,78). Sum of RGB (Red+Green+Blue) = 183+23+78=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7174E is #48E8B1. Grayscale: #4D4D4D. Windows color (decimal): -4778162 or 5117879. OLE color: 5117879.

HSL color Cylindrical-coordinate representation of color #B7174E: hue angle of 339.38º 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 #B7174E is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 78 -
CMYK 0 0.87 0.57 0.28
HSL 339.38º 0.78% 0.4% -
HSV(B) 339.38º 0.87% 0.72% -
XYZ 21.21 11.23 8.26 -
YUV 77.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 183 23 78 0 0.87 0.57 0.28 339.38 0.78 0.4
Hex B7 17 4E 0 57 39 1C 153 4E 28
Octal 267 27 116 0 127 71 34 523 116 50
Binary 10110111 10111 1001110 0 1010111 111001 11100 101010011 1001110 101000

Color Harmonies of #B7174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7174E

Black with #B7174E

Text Example


Text Example

White with #B7174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7174E; }

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

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

background-color css

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

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

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

border-color css

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

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

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