#B18372

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

Shades of Brandy Rose #B18372

Tints of Brandy Rose #B18372

Color information

#B18372 (or 0xB18372) is unknown color: approx Brandy Rose. HEX triplet: B1, 83 and 72. RGB value is (177,131,114). Sum of RGB (Red+Green+Blue) = 177+131+114=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B18372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18372 is #4E7C8D. Grayscale: #8E8E8E. Windows color (decimal): -5143694 or 7504817. OLE color: 7504817.

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

Color convert

RGB177131114-
CMYK00.260.360.31
HSL16.19º28.77%57.06%-
HSV(B)16.19º35.59%69.41%-
XYZ29.2926.7919.55-
YUV142.82111.74152.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=41.94%
G=31.04%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713111400.260.360.3116.1928.7757.06
HexB1837201A241F101d39
Octal2612031620324437203571
Binary10110001100000111110010011010100100111111000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18372; }

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

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

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

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

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

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

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

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