Html Css Color HEX #B7294F Old Rose

📋 copy color: '#B7294F'

red 183 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #B7294F

Tints of Old Rose #B7294F

RGB

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

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

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

R = 60.4%
G = 13.53%
B = 26.07%

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

#B7294F (or 0xB7294F) is known color: Old Rose. HEX triplet: B7, 29 and 4F. RGB value is (183,41,79). Sum of RGB (Red+Green+Blue) = 183+41+79=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B7294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7294F is #48D6B0. Grayscale: #575757. Windows color (decimal): -4773553 or 5188023. OLE color: 5188023.

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

Color convert

RGB 183 41 79 -
CMYK 0 0.78 0.57 0.28
HSL 343.94º 0.63% 0.44% -
HSV(B) 343.94º 0.78% 0.72% -
XYZ 21.73 12.22 8.61 -
YUV 87.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 183 41 79 0 0.78 0.57 0.28 343.94 0.63 0.44
Hex B7 29 4F 0 4E 39 1C 158 3F 2C
Octal 267 51 117 0 116 71 34 530 77 54
Binary 10110111 101001 1001111 0 1001110 111001 11100 101011000 111111 101100

Color Harmonies of #B7294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7294F

Black with #B7294F

Text Example


Text Example

White with #B7294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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