#B0817A

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

Shades of Brandy Rose #B0817A

Tints of Brandy Rose #B0817A

Color information

#B0817A (or 0xB0817A) is unknown color: approx Brandy Rose. HEX triplet: B0, 81 and 7A. RGB value is (176,129,122). Sum of RGB (Red+Green+Blue) = 176+129+122=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0817A is #4F7E85. Grayscale: #8E8E8E. Windows color (decimal): -5209734 or 8028592. OLE color: 8028592.

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

Color convert

RGB176129122-
CMYK00.270.310.31
HSL7.78º25.47%58.43%-
HSV(B)7.78º30.68%69.02%-
XYZ29.2726.3421.95-
YUV142.26116.57152.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=41.22%
G=30.21%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612912200.270.310.317.7825.4758.43
HexB0817A01B1F1F8193a
Octal2602011720333737103172
Binary101100001000000111110100110111111111111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0817A; }

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

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

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

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

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

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

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

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