#B78373

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

Shades of Brandy Rose #B78373

Tints of Brandy Rose #B78373

Color information

#B78373 (or 0xB78373) is unknown color: approx Brandy Rose. HEX triplet: B7, 83 and 73. RGB value is (183,131,115). Sum of RGB (Red+Green+Blue) = 183+131+115=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78373 is #487C8C. Grayscale: #909090. Windows color (decimal): -4750477 or 7570359. OLE color: 7570359.

HSL color Cylindrical-coordinate representation of color #B78373: hue angle of 14.12º 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 #B78373 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB183131115-
CMYK00.280.370.28
HSL14.12º32.08%58.43%-
HSV(B)14.12º37.16%71.76%-
XYZ30.7427.5419.91-
YUV144.72111.23155.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=42.66%
G=30.54%
B=26.81%

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
Decimal18313111500.280.370.2814.1232.0858.43
HexB7837301C251Ce203a
Octal2672031630344534164072
Binary10110111100000111110011011100100101111001110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78373; }

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

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

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

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

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

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

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

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