Html Css Color HEX #B6294C Old Rose

📋 copy color: '#B6294C'

red 182 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #B6294C

Tints of Old Rose #B6294C

RGB

 RED value IS 182 (71.48% from 255) = 60.87%

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

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 60.87%
G = 13.71%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6294C (or 0xB6294C) is known color: Old Rose. HEX triplet: B6, 29 and 4C. RGB value is (182,41,76). Sum of RGB (Red+Green+Blue) = 182+41+76=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B6294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6294C is #49D6B3. Grayscale: #575757. Windows color (decimal): -4839092 or 4991414. OLE color: 4991414.

HSL color Cylindrical-coordinate representation of color #B6294C: hue angle of 345.11º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6294C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 41 76 -
CMYK 0 0.77 0.58 0.29
HSL 345.11º 0.63% 0.44% -
HSV(B) 345.11º 0.77% 0.71% -
XYZ 21.39 12.05 8.04 -
YUV 87.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 182 41 76 0 0.77 0.58 0.29 345.11 0.63 0.44
Hex B6 29 4C 0 4D 3A 1D 159 3F 2C
Octal 266 51 114 0 115 72 35 531 77 54
Binary 10110110 101001 1001100 0 1001101 111010 11101 101011001 111111 101100

Color Harmonies of #B6294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6294C

Black with #B6294C

Text Example


Text Example

White with #B6294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6294C; }

 p { color: rgb(182,41,76); }

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

background-color css

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

 a { background-color: rgb(182,41,76); }

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

border-color css

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

 span { border-color: rgb(182,41,76); }

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