Html Css Color HEX #B6174C Old Rose

📋 copy color: '#B6174C'

red 182 ◦ green 23 ◦ blue 76

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

Shades of Old Rose #B6174C

Tints of Old Rose #B6174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

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

R = 64.77%
G = 8.19%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6174C (or 0xB6174C) is known color: Old Rose. HEX triplet: B6, 17 and 4C. RGB value is (182,23,76). Sum of RGB (Red+Green+Blue) = 182+23+76=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6174C is #49E8B3. Grayscale: #4C4C4C. Windows color (decimal): -4843700 or 4986806. OLE color: 4986806.

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

Color convert

RGB 182 23 76 -
CMYK 0 0.87 0.58 0.29
HSL 340º 0.78% 0.4% -
HSV(B) 340º 0.87% 0.71% -
XYZ 20.9 11.08 7.87 -
YUV 76.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 182 23 76 0 0.87 0.58 0.29 340 0.78 0.4
Hex B6 17 4C 0 57 3A 1D 154 4E 28
Octal 266 27 114 0 127 72 35 524 116 50
Binary 10110110 10111 1001100 0 1010111 111010 11101 101010100 1001110 101000

Color Harmonies of #B6174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6174C

Black with #B6174C

Text Example


Text Example

White with #B6174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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