Html Css Color HEX #B7194F Old Rose

📋 copy color: '#B7194F'

red 183 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #B7194F

Tints of Old Rose #B7194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.53%

R = 63.76%
G = 8.71%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7194F (or 0xB7194F) is known color: Old Rose. HEX triplet: B7, 19 and 4F. RGB value is (183,25,79). Sum of RGB (Red+Green+Blue) = 183+25+79=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B7194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7194F is #48E6B0. Grayscale: #4E4E4E. Windows color (decimal): -4777649 or 5183927. OLE color: 5183927.

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

Color convert

RGB 183 25 79 -
CMYK 0 0.86 0.57 0.28
HSL 339.49º 0.76% 0.41% -
HSV(B) 339.49º 0.86% 0.72% -
XYZ 21.29 11.33 8.46 -
YUV 78.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 183 25 79 0 0.86 0.57 0.28 339.49 0.76 0.41
Hex B7 19 4F 0 56 39 1C 153 4C 29
Octal 267 31 117 0 126 71 34 523 114 51
Binary 10110111 11001 1001111 0 1010110 111001 11100 101010011 1001100 101001

Color Harmonies of #B7194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7194F

Black with #B7194F

Text Example


Text Example

White with #B7194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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