#B0817B

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

Shades of Brandy Rose #B0817B

Tints of Brandy Rose #B0817B

Color information

#B0817B (or 0xB0817B) is unknown color: approx Brandy Rose. HEX triplet: B0, 81 and 7B. RGB value is (176,129,123). Sum of RGB (Red+Green+Blue) = 176+129+123=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0817B is #4F7E84. Grayscale: #8E8E8E. Windows color (decimal): -5209733 or 8094128. OLE color: 8094128.

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

Color convert

RGB176129123-
CMYK00.270.300.31
HSL6.79º25.12%58.63%-
HSV(B)6.79º30.11%69.02%-
XYZ29.3326.3622.28-
YUV142.37117.07151.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=41.12%
G=30.14%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612912300.270.300.316.7925.1258.63
HexB0817B01B1E1F7193b
Octal260201173033363773173
Binary10110000100000011111011011011111101111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0817B; }

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

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

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

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

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

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

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

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