Html Css Color HEX #B7295C Old Rose

📋 copy color: '#B7295C'

red 183 ◦ green 41 ◦ blue 92

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

Shades of Old Rose #B7295C

Tints of Old Rose #B7295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 57.91%
G = 12.97%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7295C (or 0xB7295C) is known color: Old Rose. HEX triplet: B7, 29 and 5C. RGB value is (183,41,92). Sum of RGB (Red+Green+Blue) = 183+41+92=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7295C is #48D6A3. Grayscale: #595959. Windows color (decimal): -4773540 or 6039991. OLE color: 6039991.

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

Color convert

RGB 183 41 92 -
CMYK 0 0.78 0.50 0.28
HSL 338.45º 0.63% 0.44% -
HSV(B) 338.45º 0.78% 0.72% -
XYZ 22.25 12.43 11.35 -
YUV 89.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 183 41 92 0 0.78 0.50 0.28 338.45 0.63 0.44
Hex B7 29 5C 0 4E 32 1C 152 3F 2C
Octal 267 51 134 0 116 62 34 522 77 54
Binary 10110111 101001 1011100 0 1001110 110010 11100 101010010 111111 101100

Color Harmonies of #B7295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7295C

Black with #B7295C

Text Example


Text Example

White with #B7295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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