#B18279

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

Shades of Brandy Rose #B18279

Tints of Brandy Rose #B18279

Color information

#B18279 (or 0xB18279) is unknown color: approx Brandy Rose. HEX triplet: B1, 82 and 79. RGB value is (177,130,121). Sum of RGB (Red+Green+Blue) = 177+130+121=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B18279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18279 is #4E7D86. Grayscale: #8F8F8F. Windows color (decimal): -5143943 or 7963313. OLE color: 7963313.

HSL color Cylindrical-coordinate representation of color #B18279: hue angle of 9.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18279 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB177130121-
CMYK00.270.320.31
HSL9.64º26.42%58.43%-
HSV(B)9.64º31.64%69.41%-
XYZ29.5726.6921.68-
YUV143.03115.57152.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=41.36%
G=30.37%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713012100.270.320.319.6426.4258.43
HexB1827901B201Fa1a3a
Octal2612021710334037123272
Binary1011000110000010111100101101110000011111101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18279; }

 p { color: rgb(177,130,121); }

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

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

 a { background-color: rgb(177,130,121); }

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

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

 span { border-color: rgb(177,130,121); }

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