#B78B82

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

Shades of Brandy Rose #B78B82

Tints of Brandy Rose #B78B82

Color information

#B78B82 (or 0xB78B82) is unknown color: approx Brandy Rose. HEX triplet: B7, 8B and 82. RGB value is (183,139,130). Sum of RGB (Red+Green+Blue) = 183+139+130=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78B82 is #48747D. Grayscale: #979797. Windows color (decimal): -4748414 or 8555447. OLE color: 8555447.

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

Color convert

RGB183139130-
CMYK00.240.290.28
HSL10.19º26.9%61.37%-
HSV(B)10.19º28.96%71.76%-
XYZ32.7930.1425.21-
YUV151.13116.08150.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=40.49%
G=30.75%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313913000.240.290.2810.1926.961.37
HexB78B820181D1Ca1b3d
Octal2672132020303534123375
Binary1011011110001011100000100110001110111100101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B82; }

 p { color: rgb(183,139,130); }

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

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

 a { background-color: rgb(183,139,130); }

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

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

 span { border-color: rgb(183,139,130); }

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