#B68A78

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

Shades of Brandy Rose #B68A78

Tints of Brandy Rose #B68A78

Color information

#B68A78 (or 0xB68A78) is unknown color: approx Brandy Rose. HEX triplet: B6, 8A and 78. RGB value is (182,138,120). Sum of RGB (Red+Green+Blue) = 182+138+120=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A78 is #497587. Grayscale: #959595. Windows color (decimal): -4814216 or 7899830. OLE color: 7899830.

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

Color convert

RGB182138120-
CMYK00.240.340.29
HSL17.42º29.81%59.22%-
HSV(B)17.42º34.07%71.37%-
XYZ31.7729.4821.78-
YUV149.1111.58151.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=41.36%
G=31.36%
B=27.27%

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
Decimal18213812000.240.340.2917.4229.8159.22
HexB68A78018221D111e3b
Octal2662121700304235213673
Binary10110110100010101111000011000100010111011000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A78; }

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

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

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

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

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

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

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

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