#B78473

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

Shades of Brandy Rose #B78473

Tints of Brandy Rose #B78473

Color information

#B78473 (or 0xB78473) is unknown color: approx Brandy Rose. HEX triplet: B7, 84 and 73. RGB value is (183,132,115). Sum of RGB (Red+Green+Blue) = 183+132+115=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B78473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78473 is #487B8C. Grayscale: #919191. Windows color (decimal): -4750221 or 7570615. OLE color: 7570615.

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

Color convert

RGB183132115-
CMYK00.280.370.28
HSL15º32.08%58.43%-
HSV(B)15º37.16%71.76%-
XYZ30.8727.8119.96-
YUV145.31110.9154.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=42.56%
G=30.70%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313211500.280.370.281532.0858.43
HexB7847301C251Cf203a
Octal2672041630344534174072
Binary10110111100001001110011011100100101111001111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78473; }

 p { color: rgb(183,132,115); }

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

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

 a { background-color: rgb(183,132,115); }

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

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

 span { border-color: rgb(183,132,115); }

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