#B78A7C

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

Shades of Brandy Rose #B78A7C

Tints of Brandy Rose #B78A7C

Color information

#B78A7C (or 0xB78A7C) is unknown color: approx Brandy Rose. HEX triplet: B7, 8A and 7C. RGB value is (183,138,124). Sum of RGB (Red+Green+Blue) = 183+138+124=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A7C is #487583. Grayscale: #959595. Windows color (decimal): -4748676 or 8161975. OLE color: 8161975.

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

Color convert

RGB183138124-
CMYK00.250.320.28
HSL14.24º29.06%60.2%-
HSV(B)14.24º32.24%71.76%-
XYZ32.2629.723.1-
YUV149.86113.41151.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=41.12%
G=31.01%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313812400.250.320.2814.2429.0660.2
HexB78A7C019201Ce1d3c
Octal2672121740314034163574
Binary1011011110001010111110001100110000011100111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A7C; }

 p { color: rgb(183,138,124); }

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

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

 a { background-color: rgb(183,138,124); }

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

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

 span { border-color: rgb(183,138,124); }

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