#B68684

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

Shades of Brandy Rose #B68684

Tints of Brandy Rose #B68684

Color information

#B68684 (or 0xB68684) is unknown color: approx Brandy Rose. HEX triplet: B6, 86 and 84. RGB value is (182,134,132). Sum of RGB (Red+Green+Blue) = 182+134+132=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B68684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68684 is #49797B. Grayscale: #949494. Windows color (decimal): -4815228 or 8685238. OLE color: 8685238.

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

Color convert

RGB182134132-
CMYK00.260.270.29
HSL2.4º25.51%61.57%-
HSV(B)2.4º27.47%71.37%-
XYZ31.9828.6625.68-
YUV148.12118.9152.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=40.62%
G=29.91%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213413200.260.270.292.425.5161.57
HexB6868401A1B1D21a3e
Octal266206204032333523276
Binary10110110100001101000010001101011011111011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68684; }

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

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

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

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

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

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

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

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