#B68679

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

Shades of Brandy Rose #B68679

Tints of Brandy Rose #B68679

Color information

#B68679 (or 0xB68679) is unknown color: approx Brandy Rose. HEX triplet: B6, 86 and 79. RGB value is (182,134,121). Sum of RGB (Red+Green+Blue) = 182+134+121=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B68679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68679 is #497986. Grayscale: #929292. Windows color (decimal): -4815239 or 7964342. OLE color: 7964342.

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

Color convert

RGB182134121-
CMYK00.260.340.29
HSL12.79º29.47%59.41%-
HSV(B)12.79º33.52%71.37%-
XYZ31.2728.3821.92-
YUV146.87113.4153.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=41.65%
G=30.66%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213412100.260.340.2912.7929.4759.41
HexB6867901A221Dd1d3b
Octal2662061710324235153573
Binary1011011010000110111100101101010001011101110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68679; }

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

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

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

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

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

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

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

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