#B18370

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

Shades of Brandy Rose #B18370

Tints of Brandy Rose #B18370

Color information

#B18370 (or 0xB18370) is unknown color: approx Brandy Rose. HEX triplet: B1, 83 and 70. RGB value is (177,131,112). Sum of RGB (Red+Green+Blue) = 177+131+112=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18370 is #4E7C8F. Grayscale: #8E8E8E. Windows color (decimal): -5143696 or 7373745. OLE color: 7373745.

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

Color convert

RGB177131112-
CMYK00.260.370.31
HSL17.54º29.41%56.67%-
HSV(B)17.54º36.72%69.41%-
XYZ29.1726.7518.95-
YUV142.59110.74152.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=42.14%
G=31.19%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713111200.260.370.3117.5429.4156.67
HexB1837001A251F121d39
Octal2612031600324537223571
Binary10110001100000111110000011010100101111111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18370; }

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

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

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

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

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

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

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

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