#B0827C

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

Shades of Brandy Rose #B0827C

Tints of Brandy Rose #B0827C

Color information

#B0827C (or 0xB0827C) is unknown color: approx Brandy Rose. HEX triplet: B0, 82 and 7C. RGB value is (176,130,124). Sum of RGB (Red+Green+Blue) = 176+130+124=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0827C is #4F7D83. Grayscale: #8F8F8F. Windows color (decimal): -5209476 or 8159920. OLE color: 8159920.

HSL color Cylindrical-coordinate representation of color #B0827C: hue angle of 6.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0827C is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176130124-
CMYK00.260.300.31
HSL6.92º24.76%58.82%-
HSV(B)6.92º29.55%69.02%-
XYZ29.5326.6522.66-
YUV143.07117.24151.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=40.93%
G=30.23%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613012400.260.300.316.9224.7658.82
HexB0827C01A1E1F7193b
Octal260202174032363773173
Binary10110000100000101111100011010111101111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0827C; }

 p { color: rgb(176,130,124); }

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

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

 a { background-color: rgb(176,130,124); }

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

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

 span { border-color: rgb(176,130,124); }

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