#B83848

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

Shades of Old Rose #B83848

Tints of Old Rose #B83848

Color information

#B83848 (or 0xB83848) is unknown color: approx Old Rose. HEX triplet: B8, 38 and 48. RGB value is (184,56,72). Sum of RGB (Red+Green+Blue) = 184+56+72=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B83848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83848 is #47C7B7. Grayscale: #606060. Windows color (decimal): -4704184 or 4733112. OLE color: 4733112.

HSL color Cylindrical-coordinate representation of color #B83848: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83848 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1845672-
CMYK00.700.610.28
HSL352.5º53.33%47.06%-
HSV(B)352.5º69.57%72.16%-
XYZ22.3513.497.56-
YUV96.1114.41190.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=58.97%
G=17.95%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184567200.700.610.28352.553.3347.06
HexB838480463D1C160352f
Octal27070110010675345406557
Binary1011100011100010010000100011011110111100101100000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83848; }

 p { color: rgb(184,56,72); }

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

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

 a { background-color: rgb(184,56,72); }

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

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

 span { border-color: rgb(184,56,72); }

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