Html Css Color HEX #B0294F Old Rose

📋 copy color: '#B0294F'

red 176 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #B0294F

Tints of Old Rose #B0294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.69%

R = 59.46%
G = 13.85%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0294F (or 0xB0294F) is known color: Old Rose. HEX triplet: B0, 29 and 4F. RGB value is (176,41,79). Sum of RGB (Red+Green+Blue) = 176+41+79=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B0294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0294F is #4FD6B0. Grayscale: #555555. Windows color (decimal): -5232305 or 5188016. OLE color: 5188016.

HSL color Cylindrical-coordinate representation of color #B0294F: hue angle of 343.11º 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 #B0294F is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 79 -
CMYK 0 0.77 0.55 0.31
HSL 343.11º 0.62% 0.43% -
HSV(B) 343.11º 0.77% 0.69% -
XYZ 20.11 11.38 8.53 -
YUV 85.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 176 41 79 0 0.77 0.55 0.31 343.11 0.62 0.43
Hex B0 29 4F 0 4D 37 1F 157 3E 2B
Octal 260 51 117 0 115 67 37 527 76 53
Binary 10110000 101001 1001111 0 1001101 110111 11111 101010111 111110 101011

Color Harmonies of #B0294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0294F

Black with #B0294F

Text Example


Text Example

White with #B0294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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