#B78982

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

Shades of Brandy Rose #B78982

Tints of Brandy Rose #B78982

Color information

#B78982 (or 0xB78982) is unknown color: approx Brandy Rose. HEX triplet: B7, 89 and 82. RGB value is (183,137,130). Sum of RGB (Red+Green+Blue) = 183+137+130=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B78982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78982 is #48767D. Grayscale: #969696. Windows color (decimal): -4748926 or 8554935. OLE color: 8554935.

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

Color convert

RGB183137130-
CMYK00.250.290.28
HSL7.92º26.9%61.37%-
HSV(B)7.92º28.96%71.76%-
XYZ32.529.5725.11-
YUV149.96116.74151.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=40.67%
G=30.44%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313713000.250.290.287.9226.961.37
HexB789820191D1C81b3d
Octal2672112020313534103375
Binary1011011110001001100000100110011110111100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78982; }

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

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

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

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

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

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

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

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