#B78670

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

Shades of Brandy Rose #B78670

Tints of Brandy Rose #B78670

Color information

#B78670 (or 0xB78670) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 70. RGB value is (183,134,112). Sum of RGB (Red+Green+Blue) = 183+134+112=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78670 is #48798F. Grayscale: #929292. Windows color (decimal): -4749712 or 7374519. OLE color: 7374519.

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

Color convert

RGB183134112-
CMYK00.270.390.28
HSL18.59º33.02%57.84%-
HSV(B)18.59º38.8%71.76%-
XYZ30.9828.2919.16-
YUV146.14108.73154.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=42.66%
G=31.24%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313411200.270.390.2818.5933.0257.84
HexB7867001B271C13213a
Octal2672061600334734234172
Binary101101111000011011100000110111001111110010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78670; }

 p { color: rgb(183,134,112); }

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

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

 a { background-color: rgb(183,134,112); }

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

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

 span { border-color: rgb(183,134,112); }

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