#B78A7A

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

Shades of Brandy Rose #B78A7A

Tints of Brandy Rose #B78A7A

Color information

#B78A7A (or 0xB78A7A) is unknown color: approx Brandy Rose. HEX triplet: B7, 8A and 7A. RGB value is (183,138,122). Sum of RGB (Red+Green+Blue) = 183+138+122=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A7A is #487585. Grayscale: #959595. Windows color (decimal): -4748678 or 8030903. OLE color: 8030903.

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

Color convert

RGB183138122-
CMYK00.250.330.28
HSL15.74º29.76%59.8%-
HSV(B)15.74º33.33%71.76%-
XYZ32.1329.6522.44-
YUV149.63112.41151.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=41.31%
G=31.15%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313812200.250.330.2815.7429.7659.8
HexB78A7A019211C101e3c
Octal2672121720314134203674
Binary10110111100010101111010011001100001111001000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A7A; }

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

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

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

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

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

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

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

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