#B18672

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

Shades of Brandy Rose #B18672

Tints of Brandy Rose #B18672

Color information

#B18672 (or 0xB18672) is unknown color: approx Brandy Rose. HEX triplet: B1, 86 and 72. RGB value is (177,134,114). Sum of RGB (Red+Green+Blue) = 177+134+114=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18672 is #4E798D. Grayscale: #909090. Windows color (decimal): -5142926 or 7505585. OLE color: 7505585.

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

Color convert

RGB177134114-
CMYK00.240.360.31
HSL19.05º28.77%57.06%-
HSV(B)19.05º35.59%69.41%-
XYZ29.6927.6119.68-
YUV144.58110.75151.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=41.65%
G=31.53%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713411400.240.360.3119.0528.7757.06
HexB18672018241F131d39
Octal2612061620304437233571
Binary10110001100001101110010011000100100111111001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18672; }

 p { color: rgb(177,134,114); }

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

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

 a { background-color: rgb(177,134,114); }

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

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

 span { border-color: rgb(177,134,114); }

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