Html Css Color HEX #B6285A Old Rose

📋 copy color: '#B6285A'

red 182 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #B6285A

Tints of Old Rose #B6285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 58.33%
G = 12.82%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6285A (or 0xB6285A) is known color: Old Rose. HEX triplet: B6, 28 and 5A. RGB value is (182,40,90). Sum of RGB (Red+Green+Blue) = 182+40+90=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6285A is #49D7A5. Grayscale: #585858. Windows color (decimal): -4839334 or 5908662. OLE color: 5908662.

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

Color convert

RGB 182 40 90 -
CMYK 0 0.78 0.51 0.29
HSL 338.87º 0.64% 0.44% -
HSV(B) 338.87º 0.78% 0.71% -
XYZ 21.9 12.2 10.87 -
YUV 88.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 182 40 90 0 0.78 0.51 0.29 338.87 0.64 0.44
Hex B6 28 5A 0 4E 33 1D 153 40 2C
Octal 266 50 132 0 116 63 35 523 100 54
Binary 10110110 101000 1011010 0 1001110 110011 11101 101010011 1000000 101100

Color Harmonies of #B6285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6285A

Black with #B6285A

Text Example


Text Example

White with #B6285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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