#B68A79

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

Shades of Brandy Rose #B68A79

Tints of Brandy Rose #B68A79

Color information

#B68A79 (or 0xB68A79) is unknown color: approx Brandy Rose. HEX triplet: B6, 8A and 79. RGB value is (182,138,121). Sum of RGB (Red+Green+Blue) = 182+138+121=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A79 is #497586. Grayscale: #959595. Windows color (decimal): -4814215 or 7965366. OLE color: 7965366.

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

Color convert

RGB182138121-
CMYK00.240.340.29
HSL16.72º29.47%59.41%-
HSV(B)16.72º33.52%71.37%-
XYZ31.8329.522.11-
YUV149.22112.08151.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=41.27%
G=31.29%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213812100.240.340.2916.7229.4759.41
HexB68A79018221D111d3b
Octal2662121710304235213573
Binary10110110100010101111001011000100010111011000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A79; }

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

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

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

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

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

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

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

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