Html Css Color HEX #B6314C Old Rose

📋 copy color: '#B6314C'

red 182 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #B6314C

Tints of Old Rose #B6314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 59.28%
G = 15.96%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6314C (or 0xB6314C) is known color: Old Rose. HEX triplet: B6, 31 and 4C. RGB value is (182,49,76). Sum of RGB (Red+Green+Blue) = 182+49+76=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6314C is #49CEB3. Grayscale: #5B5B5B. Windows color (decimal): -4837044 or 4993462. OLE color: 4993462.

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

Color convert

RGB 182 49 76 -
CMYK 0 0.73 0.58 0.29
HSL 347.82º 0.58% 0.45% -
HSV(B) 347.82º 0.73% 0.71% -
XYZ 21.69 12.66 8.14 -
YUV 91.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 182 49 76 0 0.73 0.58 0.29 347.82 0.58 0.45
Hex B6 31 4C 0 49 3A 1D 15C 3A 2D
Octal 266 61 114 0 111 72 35 534 72 55
Binary 10110110 110001 1001100 0 1001001 111010 11101 101011100 111010 101101

Color Harmonies of #B6314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6314C

Black with #B6314C

Text Example


Text Example

White with #B6314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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