Html Css Color HEX #B7295E Old Rose

📋 copy color: '#B7295E'

red 183 ◦ green 41 ◦ blue 94

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

Shades of Old Rose #B7295E

Tints of Old Rose #B7295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 57.55%
G = 12.89%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7295E (or 0xB7295E) is known color: Old Rose. HEX triplet: B7, 29 and 5E. RGB value is (183,41,94). Sum of RGB (Red+Green+Blue) = 183+41+94=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B7295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7295E is #48D6A1. Grayscale: #595959. Windows color (decimal): -4773538 or 6171063. OLE color: 6171063.

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

Color convert

RGB 183 41 94 -
CMYK 0 0.78 0.49 0.28
HSL 337.61º 0.63% 0.44% -
HSV(B) 337.61º 0.78% 0.72% -
XYZ 22.34 12.46 11.82 -
YUV 89.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 183 41 94 0 0.78 0.49 0.28 337.61 0.63 0.44
Hex B7 29 5E 0 4E 31 1C 152 3F 2C
Octal 267 51 136 0 116 61 34 522 77 54
Binary 10110111 101001 1011110 0 1001110 110001 11100 101010010 111111 101100

Color Harmonies of #B7295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7295E

Black with #B7295E

Text Example


Text Example

White with #B7295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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