#B18273

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

Shades of Brandy Rose #B18273

Tints of Brandy Rose #B18273

Color information

#B18273 (or 0xB18273) is unknown color: approx Brandy Rose. HEX triplet: B1, 82 and 73. RGB value is (177,130,115). Sum of RGB (Red+Green+Blue) = 177+130+115=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B18273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18273 is #4E7D8C. Grayscale: #8E8E8E. Windows color (decimal): -5143949 or 7570097. OLE color: 7570097.

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

Color convert

RGB177130115-
CMYK00.270.350.31
HSL14.52º28.44%57.25%-
HSV(B)14.52º35.03%69.41%-
XYZ29.2126.5519.8-
YUV142.34112.57152.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=41.94%
G=30.81%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713011500.270.350.3114.5228.4457.25
HexB1827301B231Ff1c39
Octal2612021630334337173471
Binary1011000110000010111001101101110001111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18273; }

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

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

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

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

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

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

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

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