#B0847A

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

Shades of Brandy Rose #B0847A

Tints of Brandy Rose #B0847A

Color information

#B0847A (or 0xB0847A) is unknown color: approx Brandy Rose. HEX triplet: B0, 84 and 7A. RGB value is (176,132,122). Sum of RGB (Red+Green+Blue) = 176+132+122=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0847A is #4F7B85. Grayscale: #909090. Windows color (decimal): -5208966 or 8029360. OLE color: 8029360.

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

Color convert

RGB176132122-
CMYK00.250.310.31
HSL11.11º25.47%58.43%-
HSV(B)11.11º30.68%69.02%-
XYZ29.6727.1422.09-
YUV144.02115.58150.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=40.93%
G=30.70%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613212200.250.310.3111.1125.4758.43
HexB0847A0191F1Fb193a
Octal2602041720313737133172
Binary101100001000010011110100110011111111111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0847A; }

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

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

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

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

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

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

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

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