Html Css Color HEX #B6285C Old Rose

📋 copy color: '#B6285C'

red 182 ◦ green 40 ◦ blue 92

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

Shades of Old Rose #B6285C

Tints of Old Rose #B6285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 57.96%
G = 12.74%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6285C (or 0xB6285C) is known color: Old Rose. HEX triplet: B6, 28 and 5C. RGB value is (182,40,92). Sum of RGB (Red+Green+Blue) = 182+40+92=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B6285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6285C is #49D7A3. Grayscale: #585858. Windows color (decimal): -4839332 or 6039734. OLE color: 6039734.

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

Color convert

RGB 182 40 92 -
CMYK 0 0.78 0.49 0.29
HSL 338.03º 0.64% 0.44% -
HSV(B) 338.03º 0.78% 0.71% -
XYZ 21.98 12.24 11.33 -
YUV 88.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 182 40 92 0 0.78 0.49 0.29 338.03 0.64 0.44
Hex B6 28 5C 0 4E 31 1D 152 40 2C
Octal 266 50 134 0 116 61 35 522 100 54
Binary 10110110 101000 1011100 0 1001110 110001 11101 101010010 1000000 101100

Color Harmonies of #B6285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6285C

Black with #B6285C

Text Example


Text Example

White with #B6285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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