Html Css Color HEX #B7294E Old Rose

📋 copy color: '#B7294E'

red 183 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #B7294E

Tints of Old Rose #B7294E

RGB

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

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

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

R = 60.6%
G = 13.58%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7294E (or 0xB7294E) is known color: Old Rose. HEX triplet: B7, 29 and 4E. RGB value is (183,41,78). Sum of RGB (Red+Green+Blue) = 183+41+78=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B7294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7294E is #48D6B1. Grayscale: #575757. Windows color (decimal): -4773554 or 5122487. OLE color: 5122487.

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

Color convert

RGB 183 41 78 -
CMYK 0 0.78 0.57 0.28
HSL 344.37º 0.63% 0.44% -
HSV(B) 344.37º 0.78% 0.72% -
XYZ 21.7 12.2 8.42 -
YUV 87.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 183 41 78 0 0.78 0.57 0.28 344.37 0.63 0.44
Hex B7 29 4E 0 4E 39 1C 158 3F 2C
Octal 267 51 116 0 116 71 34 530 77 54
Binary 10110111 101001 1001110 0 1001110 111001 11100 101011000 111111 101100

Color Harmonies of #B7294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7294E

Black with #B7294E

Text Example


Text Example

White with #B7294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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