Html Css Color HEX #B7295F Old Rose

📋 copy color: '#B7295F'

red 183 ◦ green 41 ◦ blue 95

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

Shades of Old Rose #B7295F

Tints of Old Rose #B7295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 57.37%
G = 12.85%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7295F (or 0xB7295F) is known color: Old Rose. HEX triplet: B7, 29 and 5F. RGB value is (183,41,95). Sum of RGB (Red+Green+Blue) = 183+41+95=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B7295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7295F is #48D6A0. Grayscale: #595959. Windows color (decimal): -4773537 or 6236599. OLE color: 6236599.

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

Color convert

RGB 183 41 95 -
CMYK 0 0.78 0.48 0.28
HSL 337.18º 0.63% 0.44% -
HSV(B) 337.18º 0.78% 0.72% -
XYZ 22.39 12.48 12.06 -
YUV 89.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 183 41 95 0 0.78 0.48 0.28 337.18 0.63 0.44
Hex B7 29 5F 0 4E 30 1C 151 3F 2C
Octal 267 51 137 0 116 60 34 521 77 54
Binary 10110111 101001 1011111 0 1001110 110000 11100 101010001 111111 101100

Color Harmonies of #B7295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7295F

Black with #B7295F

Text Example


Text Example

White with #B7295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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