#B6235D

Color #B6235D Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B6235D

Tints of Old Rose #B6235D

Color information

#B6235D (or 0xB6235D) is unknown color: approx Old Rose. HEX triplet: B6, 23 and 5D. RGB value is (182,35,93). Sum of RGB (Red+Green+Blue) = 182+35+93=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6235D is #49DCA2. Grayscale: #555555. Windows color (decimal): -4840611 or 6103990. OLE color: 6103990.

HSL color Cylindrical-coordinate representation of color #B6235D: hue angle of 336.33º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6235D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1823593-
CMYK00.810.490.29
HSL336.33º67.74%42.55%-
HSV(B)336.33º80.77%71.37%-
XYZ21.8711.9411.51-
YUV85.56132.2196.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 35 (14.06% from 255) = 11.29%
BLUE value IS 93 (36.72% from 255) = 30%
R=58.71%
G=11.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182359300.810.490.29336.3367.7442.55
HexB6235D051311D150442b
Octal266431350121613552010453
Binary10110110100011101110101010001110001111011010100001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6235D; }

 p { color: rgb(182,35,93); }

 H1.HeaderClassName
 {
   color: #B6235D;
 }
 .AnyTagClassName
 {
   color: #B6235D;
 }
</style>
background-color css

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

 a { background-color: rgb(182,35,93); }

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

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

 span { border-color: rgb(182,35,93); }

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