#B0827B

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

Shades of Brandy Rose #B0827B

Tints of Brandy Rose #B0827B

Color information

#B0827B (or 0xB0827B) is unknown color: approx Brandy Rose. HEX triplet: B0, 82 and 7B. RGB value is (176,130,123). Sum of RGB (Red+Green+Blue) = 176+130+123=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0827B is #4F7D84. Grayscale: #8F8F8F. Windows color (decimal): -5209477 or 8094384. OLE color: 8094384.

HSL color Cylindrical-coordinate representation of color #B0827B: hue angle of 7.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 #B0827B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176130123-
CMYK00.260.300.31
HSL7.92º25.12%58.63%-
HSV(B)7.92º30.11%69.02%-
XYZ29.4626.6322.33-
YUV142.96116.74151.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=41.03%
G=30.30%
B=28.67%

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
Decimal17613012300.260.300.317.9225.1258.63
HexB0827B01A1E1F8193b
Octal2602021730323637103173
Binary101100001000001011110110110101111011111100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0827B; }

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

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

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

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

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

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

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

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