#B78D7E

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

Shades of Brandy Rose #B78D7E

Tints of Brandy Rose #B78D7E

Color information

#B78D7E (or 0xB78D7E) is unknown color: approx Brandy Rose. HEX triplet: B7, 8D and 7E. RGB value is (183,141,126). Sum of RGB (Red+Green+Blue) = 183+141+126=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78D7E is #487281. Grayscale: #979797. Windows color (decimal): -4747906 or 8293815. OLE color: 8293815.

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

Color convert

RGB183141126-
CMYK00.230.310.28
HSL15.79º28.36%60.59%-
HSV(B)15.79º31.15%71.76%-
XYZ32.8230.6223.92-
YUV151.85113.41150.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 126 (49.61% from 255) = 28%
R=40.67%
G=31.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314112600.230.310.2815.7928.3660.59
HexB78D7E0171F1C101c3d
Octal2672151760273734203475
Binary1011011110001101111111001011111111111001000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D7E; }

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

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

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

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

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

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

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

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