#B68D84

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

Shades of Brandy Rose #B68D84

Tints of Brandy Rose #B68D84

Color information

#B68D84 (or 0xB68D84) is unknown color: approx Brandy Rose. HEX triplet: B6, 8D and 84. RGB value is (182,141,132). Sum of RGB (Red+Green+Blue) = 182+141+132=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D84 is #49727B. Grayscale: #989898. Windows color (decimal): -4813436 or 8687030. OLE color: 8687030.

HSL color Cylindrical-coordinate representation of color #B68D84: hue angle of 10.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68D84 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB182141132-
CMYK00.230.270.29
HSL10.8º25.51%61.57%-
HSV(B)10.8º27.47%71.37%-
XYZ32.9830.6626.01-
YUV152.23116.58149.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=40%
G=30.99%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214113200.230.270.2910.825.5161.57
HexB68D840171B1Db1a3e
Octal2662152040273335133276
Binary1011011010001101100001000101111101111101101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D84; }

 p { color: rgb(182,141,132); }

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

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

 a { background-color: rgb(182,141,132); }

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

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

 span { border-color: rgb(182,141,132); }

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