Html Css Color HEX #B7194B Old Rose

📋 copy color: '#B7194B'

red 183 ◦ green 25 ◦ blue 75

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

Shades of Old Rose #B7194B

Tints of Old Rose #B7194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 64.66%
G = 8.83%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7194B (or 0xB7194B) is known color: Old Rose. HEX triplet: B7, 19 and 4B. RGB value is (183,25,75). Sum of RGB (Red+Green+Blue) = 183+25+75=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7194B is #48E6B4. Grayscale: #4D4D4D. Windows color (decimal): -4777653 or 4921783. OLE color: 4921783.

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

Color convert

RGB 183 25 75 -
CMYK 0 0.86 0.59 0.28
HSL 341.01º 0.76% 0.41% -
HSV(B) 341.01º 0.86% 0.72% -
XYZ 21.15 11.27 7.72 -
YUV 77.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 183 25 75 0 0.86 0.59 0.28 341.01 0.76 0.41
Hex B7 19 4B 0 56 3B 1C 155 4C 29
Octal 267 31 113 0 126 73 34 525 114 51
Binary 10110111 11001 1001011 0 1010110 111011 11100 101010101 1001100 101001

Color Harmonies of #B7194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7194B

Black with #B7194B

Text Example


Text Example

White with #B7194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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