#B68A77

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

Shades of Brandy Rose #B68A77

Tints of Brandy Rose #B68A77

Color information

#B68A77 (or 0xB68A77) is unknown color: approx Brandy Rose. HEX triplet: B6, 8A and 77. RGB value is (182,138,119). Sum of RGB (Red+Green+Blue) = 182+138+119=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A77 is #497588. Grayscale: #959595. Windows color (decimal): -4814217 or 7834294. OLE color: 7834294.

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

Color convert

RGB182138119-
CMYK00.240.350.29
HSL18.1º30.14%59.02%-
HSV(B)18.1º34.62%71.37%-
XYZ31.7129.4521.47-
YUV148.99111.08151.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=41.46%
G=31.44%
B=27.11%

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
Decimal18213811900.240.350.2918.130.1459.02
HexB68A77018231D121e3b
Octal2662121670304335223673
Binary10110110100010101110111011000100011111011001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A77; }

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

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

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

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

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

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

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

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