#B18373

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

Shades of Brandy Rose #B18373

Tints of Brandy Rose #B18373

Color information

#B18373 (or 0xB18373) is unknown color: approx Brandy Rose. HEX triplet: B1, 83 and 73. RGB value is (177,131,115). Sum of RGB (Red+Green+Blue) = 177+131+115=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B18373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18373 is #4E7C8C. Grayscale: #8F8F8F. Windows color (decimal): -5143693 or 7570353. OLE color: 7570353.

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

Color convert

RGB177131115-
CMYK00.260.350.31
HSL15.48º28.44%57.25%-
HSV(B)15.48º35.03%69.41%-
XYZ29.3426.8219.85-
YUV142.93112.24152.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=41.84%
G=30.97%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713111500.260.350.3115.4828.4457.25
HexB1837301A231Ff1c39
Octal2612031630324337173471
Binary1011000110000011111001101101010001111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18373; }

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

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

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

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

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

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

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

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