#B78071

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

Shades of Brandy Rose #B78071

Tints of Brandy Rose #B78071

Color information

#B78071 (or 0xB78071) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 71. RGB value is (183,128,113). Sum of RGB (Red+Green+Blue) = 183+128+113=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B78071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78071 is #487F8E. Grayscale: #8E8E8E. Windows color (decimal): -4751247 or 7438519. OLE color: 7438519.

HSL color Cylindrical-coordinate representation of color #B78071: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B78071 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB183128113-
CMYK00.300.380.28
HSL12.86º32.71%58.04%-
HSV(B)12.86º38.25%71.76%-
XYZ30.2326.719.18-
YUV142.74111.22156.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=43.16%
G=30.19%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312811300.300.380.2812.8632.7158.04
HexB7807101E261Cd213a
Octal2672001610364634154172
Binary10110111100000001110001011110100110111001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78071; }

 p { color: rgb(183,128,113); }

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

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

 a { background-color: rgb(183,128,113); }

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

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

 span { border-color: rgb(183,128,113); }

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