#B38772

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

Shades of Brandy Rose #B38772

Tints of Brandy Rose #B38772

Color information

#B38772 (or 0xB38772) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 72. RGB value is (179,135,114). Sum of RGB (Red+Green+Blue) = 179+135+114=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38772 is #4C788D. Grayscale: #919191. Windows color (decimal): -5011598 or 7505843. OLE color: 7505843.

HSL color Cylindrical-coordinate representation of color #B38772: hue angle of 19.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B38772 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179135114-
CMYK00.250.360.30
HSL19.38º29.95%57.45%-
HSV(B)19.38º36.31%70.2%-
XYZ30.2928.1319.75-
YUV145.76110.08151.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=41.82%
G=31.54%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913511400.250.360.3019.3829.9557.45
HexB38772019241E131e39
Octal2632071620314436233671
Binary10110011100001111110010011001100100111101001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38772; }

 p { color: rgb(179,135,114); }

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

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

 a { background-color: rgb(179,135,114); }

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

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

 span { border-color: rgb(179,135,114); }

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