#BD8676

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

Shades of Brandy Rose #BD8676

Tints of Brandy Rose #BD8676

Color information

#BD8676 (or 0xBD8676) is unknown color: approx Brandy Rose. HEX triplet: BD, 86 and 76. RGB value is (189,134,118). Sum of RGB (Red+Green+Blue) = 189+134+118=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8676 is #427989. Grayscale: #949494. Windows color (decimal): -4356490 or 7767741. OLE color: 7767741.

HSL color Cylindrical-coordinate representation of color #BD8676: hue angle of 13.52º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8676 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189134118-
CMYK00.290.380.26
HSL13.52º34.98%60.2%-
HSV(B)13.52º37.57%74.12%-
XYZ32.7829.1821.04-
YUV148.62110.72156.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=42.86%
G=30.39%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913411800.290.380.2613.5234.9860.2
HexBD867601D261Ae233c
Octal2752061660354632164374
Binary10111101100001101110110011101100110110101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8676; }

 p { color: rgb(189,134,118); }

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

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

 a { background-color: rgb(189,134,118); }

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

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

 span { border-color: rgb(189,134,118); }

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