#B68479

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

Shades of Brandy Rose #B68479

Tints of Brandy Rose #B68479

Color information

#B68479 (or 0xB68479) is unknown color: approx Brandy Rose. HEX triplet: B6, 84 and 79. RGB value is (182,132,121). Sum of RGB (Red+Green+Blue) = 182+132+121=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B68479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68479 is #497B86. Grayscale: #919191. Windows color (decimal): -4815751 or 7963830. OLE color: 7963830.

HSL color Cylindrical-coordinate representation of color #B68479: hue angle of 10.82º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68479 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB182132121-
CMYK00.270.340.29
HSL10.82º29.47%59.41%-
HSV(B)10.82º33.52%71.37%-
XYZ30.9927.8321.83-
YUV145.7114.06153.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=41.84%
G=30.34%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213212100.270.340.2910.8229.4759.41
HexB6847901B221Db1d3b
Octal2662041710334235133573
Binary1011011010000100111100101101110001011101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68479; }

 p { color: rgb(182,132,121); }

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

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

 a { background-color: rgb(182,132,121); }

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

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

 span { border-color: rgb(182,132,121); }

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