#B8265B

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

Shades of Old Rose #B8265B

Tints of Old Rose #B8265B

Color information

#B8265B (or 0xB8265B) is unknown color: approx Old Rose. HEX triplet: B8, 26 and 5B. RGB value is (184,38,91). Sum of RGB (Red+Green+Blue) = 184+38+91=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8265B is #47D9A4. Grayscale: #575757. Windows color (decimal): -4708773 or 5973688. OLE color: 5973688.

HSL color Cylindrical-coordinate representation of color #B8265B: hue angle of 338.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8265B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1843891-
CMYK00.790.510.28
HSL338.22º65.77%43.53%-
HSV(B)338.22º79.35%72.16%-
XYZ22.3512.3311.1-
YUV87.7129.87196.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=58.79%
G=12.14%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184389100.790.510.28338.2265.7743.53
HexB8265B04F331C152422c
Octal270461330117633452210254
Binary10111000100110101101101001111110011111001010100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8265B; }

 p { color: rgb(184,38,91); }

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

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

 a { background-color: rgb(184,38,91); }

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

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

 span { border-color: rgb(184,38,91); }

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