Html Css Color HEX #B7294A Old Rose

📋 copy color: '#B7294A'

red 183 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #B7294A

Tints of Old Rose #B7294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 61.41%
G = 13.76%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7294A (or 0xB7294A) is known color: Old Rose. HEX triplet: B7, 29 and 4A. RGB value is (183,41,74). Sum of RGB (Red+Green+Blue) = 183+41+74=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7294A is #48D6B5. Grayscale: #575757. Windows color (decimal): -4773558 or 4860343. OLE color: 4860343.

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

Color convert

RGB 183 41 74 -
CMYK 0 0.78 0.60 0.28
HSL 346.06º 0.63% 0.44% -
HSV(B) 346.06º 0.78% 0.72% -
XYZ 21.56 12.15 7.69 -
YUV 87.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 183 41 74 0 0.78 0.60 0.28 346.06 0.63 0.44
Hex B7 29 4A 0 4E 3C 1C 15A 3F 2C
Octal 267 51 112 0 116 74 34 532 77 54
Binary 10110111 101001 1001010 0 1001110 111100 11100 101011010 111111 101100

Color Harmonies of #B7294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7294A

Black with #B7294A

Text Example


Text Example

White with #B7294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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