#B18470

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

Shades of Brandy Rose #B18470

Tints of Brandy Rose #B18470

Color information

#B18470 (or 0xB18470) is unknown color: approx Brandy Rose. HEX triplet: B1, 84 and 70. RGB value is (177,132,112). Sum of RGB (Red+Green+Blue) = 177+132+112=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B18470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18470 is #4E7B8F. Grayscale: #8F8F8F. Windows color (decimal): -5143440 or 7374001. OLE color: 7374001.

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

Color convert

RGB177132112-
CMYK00.250.370.31
HSL18.46º29.41%56.67%-
HSV(B)18.46º36.72%69.41%-
XYZ29.3127.0219-
YUV143.17110.41152.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=42.04%
G=31.35%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713211200.250.370.3118.4629.4156.67
HexB18470019251F121d39
Octal2612041600314537223571
Binary10110001100001001110000011001100101111111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18470; }

 p { color: rgb(177,132,112); }

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

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

 a { background-color: rgb(177,132,112); }

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

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

 span { border-color: rgb(177,132,112); }

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