Html Css Color HEX #B7294C Old Rose

📋 copy color: '#B7294C'

red 183 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #B7294C

Tints of Old Rose #B7294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 61%
G = 13.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7294C (or 0xB7294C) is known color: Old Rose. HEX triplet: B7, 29 and 4C. RGB value is (183,41,76). Sum of RGB (Red+Green+Blue) = 183+41+76=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7294C is #48D6B3. Grayscale: #575757. Windows color (decimal): -4773556 or 4991415. OLE color: 4991415.

HSL color Cylindrical-coordinate representation of color #B7294C: hue angle of 345.21º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7294C is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 76 -
CMYK 0 0.78 0.58 0.28
HSL 345.21º 0.63% 0.44% -
HSV(B) 345.21º 0.78% 0.72% -
XYZ 21.63 12.17 8.05 -
YUV 87.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 183 41 76 0 0.78 0.58 0.28 345.21 0.63 0.44
Hex B7 29 4C 0 4E 3A 1C 159 3F 2C
Octal 267 51 114 0 116 72 34 531 77 54
Binary 10110111 101001 1001100 0 1001110 111010 11100 101011001 111111 101100

Color Harmonies of #B7294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7294C

Black with #B7294C

Text Example


Text Example

White with #B7294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7294C; }

 p { color: rgb(183,41,76); }

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

background-color css

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

 a { background-color: rgb(183,41,76); }

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

border-color css

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

 span { border-color: rgb(183,41,76); }

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