Html Css Color HEX #B6284A Old Rose

📋 copy color: '#B6284A'

red 182 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #B6284A

Tints of Old Rose #B6284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25%

R = 61.49%
G = 13.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6284A (or 0xB6284A) is known color: Old Rose. HEX triplet: B6, 28 and 4A. RGB value is (182,40,74). Sum of RGB (Red+Green+Blue) = 182+40+74=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6284A is #49D7B5. Grayscale: #565656. Windows color (decimal): -4839350 or 4860086. OLE color: 4860086.

HSL color Cylindrical-coordinate representation of color #B6284A: hue angle of 345.63º 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 #B6284A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 74 -
CMYK 0 0.78 0.59 0.29
HSL 345.63º 0.64% 0.44% -
HSV(B) 345.63º 0.78% 0.71% -
XYZ 21.29 11.96 7.66 -
YUV 86.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 182 40 74 0 0.78 0.59 0.29 345.63 0.64 0.44
Hex B6 28 4A 0 4E 3B 1D 15A 40 2C
Octal 266 50 112 0 116 73 35 532 100 54
Binary 10110110 101000 1001010 0 1001110 111011 11101 101011010 1000000 101100

Color Harmonies of #B6284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6284A

Black with #B6284A

Text Example


Text Example

White with #B6284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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