#B78069

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

Shades of Brandy Rose #B78069

Tints of Brandy Rose #B78069

Color information

#B78069 (or 0xB78069) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 69. RGB value is (183,128,105). Sum of RGB (Red+Green+Blue) = 183+128+105=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B78069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78069 is #487F96. Grayscale: #8D8D8D. Windows color (decimal): -4751255 or 6914231. OLE color: 6914231.

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

Color convert

RGB183128105-
CMYK00.300.430.28
HSL17.69º35.14%56.47%-
HSV(B)17.69º42.62%71.76%-
XYZ29.826.5316.91-
YUV141.82107.22157.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=43.99%
G=30.77%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312810500.300.430.2817.6935.1456.47
HexB7806901E2B1C122338
Octal2672001510365334224370
Binary101101111000000011010010111101010111110010010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78069; }

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

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

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

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

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

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

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

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