#B68B76

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

Shades of Brandy Rose #B68B76

Tints of Brandy Rose #B68B76

Color information

#B68B76 (or 0xB68B76) is unknown color: approx Brandy Rose. HEX triplet: B6, 8B and 76. RGB value is (182,139,118). Sum of RGB (Red+Green+Blue) = 182+139+118=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B76 is #497489. Grayscale: #959595. Windows color (decimal): -4813962 or 7769014. OLE color: 7769014.

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

Color convert

RGB182139118-
CMYK00.240.350.29
HSL19.69º30.48%58.82%-
HSV(B)19.69º35.16%71.37%-
XYZ31.7929.7221.2-
YUV149.46110.25151.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=41.46%
G=31.66%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213911800.240.350.2919.6930.4858.82
HexB68B76018231D141e3b
Octal2662131660304335243673
Binary10110110100010111110110011000100011111011010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B76; }

 p { color: rgb(182,139,118); }

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

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

 a { background-color: rgb(182,139,118); }

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

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

 span { border-color: rgb(182,139,118); }

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