#B0887E

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

Shades of Brandy Rose #B0887E

Tints of Brandy Rose #B0887E

Color information

#B0887E (or 0xB0887E) is unknown color: approx Brandy Rose. HEX triplet: B0, 88 and 7E. RGB value is (176,136,126). Sum of RGB (Red+Green+Blue) = 176+136+126=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0887E is #4F7781. Grayscale: #929292. Windows color (decimal): -5207938 or 8292528. OLE color: 8292528.

HSL color Cylindrical-coordinate representation of color #B0887E: hue angle of 12º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0887E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176136126-
CMYK00.230.280.31
HSL12º24.04%59.22%-
HSV(B)12º28.41%69.02%-
XYZ30.4728.3423.6-
YUV146.82116.25148.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=40.18%
G=31.05%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613612600.230.280.311224.0459.22
HexB0887E0171C1Fc183b
Octal2602101760273437143073
Binary101100001000100011111100101111110011111110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0887E; }

 p { color: rgb(176,136,126); }

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

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

 a { background-color: rgb(176,136,126); }

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

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

 span { border-color: rgb(176,136,126); }

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