Html Css Color HEX #B0294A Old Rose

📋 copy color: '#B0294A'

red 176 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #B0294A

Tints of Old Rose #B0294A

RGB

 RED value IS 176 (69.14% from 255) = 60.48%

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

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

R = 60.48%
G = 14.09%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0294A (or 0xB0294A) is known color: Old Rose. HEX triplet: B0, 29 and 4A. RGB value is (176,41,74). Sum of RGB (Red+Green+Blue) = 176+41+74=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0294A is #4FD6B5. Grayscale: #555555. Windows color (decimal): -5232310 or 4860336. OLE color: 4860336.

HSL color Cylindrical-coordinate representation of color #B0294A: hue angle of 345.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0294A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 74 -
CMYK 0 0.77 0.58 0.31
HSL 345.33º 0.62% 0.43% -
HSV(B) 345.33º 0.77% 0.69% -
XYZ 19.93 11.31 7.61 -
YUV 85.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 176 41 74 0 0.77 0.58 0.31 345.33 0.62 0.43
Hex B0 29 4A 0 4D 3A 1F 159 3E 2B
Octal 260 51 112 0 115 72 37 531 76 53
Binary 10110000 101001 1001010 0 1001101 111010 11111 101011001 111110 101011

Color Harmonies of #B0294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0294A

Black with #B0294A

Text Example


Text Example

White with #B0294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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