#B78D7A

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

Shades of Brandy Rose #B78D7A

Tints of Brandy Rose #B78D7A

Color information

#B78D7A (or 0xB78D7A) is unknown color: approx Brandy Rose. HEX triplet: B7, 8D and 7A. RGB value is (183,141,122). Sum of RGB (Red+Green+Blue) = 183+141+122=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78D7A is #487285. Grayscale: #979797. Windows color (decimal): -4747910 or 8031671. OLE color: 8031671.

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

Color convert

RGB183141122-
CMYK00.230.330.28
HSL18.69º29.76%59.8%-
HSV(B)18.69º33.33%71.76%-
XYZ32.5730.5222.59-
YUV151.39111.41150.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=41.03%
G=31.61%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314112200.230.330.2818.6929.7659.8
HexB78D7A017211C131e3c
Octal2672151720274134233674
Binary10110111100011011111010010111100001111001001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D7A; }

 p { color: rgb(183,141,122); }

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

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

 a { background-color: rgb(183,141,122); }

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

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

 span { border-color: rgb(183,141,122); }

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