Html Css Color HEX #B6404C Old Rose

📋 copy color: '#B6404C'

red 182 ◦ green 64 ◦ blue 76

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

Shades of Old Rose #B6404C

Tints of Old Rose #B6404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 56.52%
G = 19.88%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6404C (or 0xB6404C) is known color: Old Rose. HEX triplet: B6, 40 and 4C. RGB value is (182,64,76). Sum of RGB (Red+Green+Blue) = 182+64+76=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6404C is #49BFB3. Grayscale: #646464. Windows color (decimal): -4833204 or 4997302. OLE color: 4997302.

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

Color convert

RGB 182 64 76 -
CMYK 0 0.65 0.58 0.29
HSL 353.9º 0.48% 0.48% -
HSV(B) 353.9º 0.65% 0.71% -
XYZ 22.43 14.13 8.38 -
YUV 100.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 182 64 76 0 0.65 0.58 0.29 353.9 0.48 0.48
Hex B6 40 4C 0 41 3A 1D 162 30 30
Octal 266 100 114 0 101 72 35 542 60 60
Binary 10110110 1000000 1001100 0 1000001 111010 11101 101100010 110000 110000

Color Harmonies of #B6404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6404C

Black with #B6404C

Text Example


Text Example

White with #B6404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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