Html Css Color HEX #B6284C Old Rose

📋 copy color: '#B6284C'

red 182 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #B6284C

Tints of Old Rose #B6284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 61.07%
G = 13.42%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6284C (or 0xB6284C) is known color: Old Rose. HEX triplet: B6, 28 and 4C. RGB value is (182,40,76). Sum of RGB (Red+Green+Blue) = 182+40+76=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6284C is #49D7B3. Grayscale: #565656. Windows color (decimal): -4839348 or 4991158. OLE color: 4991158.

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

Color convert

RGB 182 40 76 -
CMYK 0 0.78 0.58 0.29
HSL 344.79º 0.64% 0.44% -
HSV(B) 344.79º 0.78% 0.71% -
XYZ 21.35 11.98 8.03 -
YUV 86.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 182 40 76 0 0.78 0.58 0.29 344.79 0.64 0.44
Hex B6 28 4C 0 4E 3A 1D 159 40 2C
Octal 266 50 114 0 116 72 35 531 100 54
Binary 10110110 101000 1001100 0 1001110 111010 11101 101011001 1000000 101100

Color Harmonies of #B6284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6284C

Black with #B6284C

Text Example


Text Example

White with #B6284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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