#BD8679

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

Shades of Brandy Rose #BD8679

Tints of Brandy Rose #BD8679

Color information

#BD8679 (or 0xBD8679) is unknown color: approx Brandy Rose. HEX triplet: BD, 86 and 79. RGB value is (189,134,121). Sum of RGB (Red+Green+Blue) = 189+134+121=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8679 is #427986. Grayscale: #959595. Windows color (decimal): -4356487 or 7964349. OLE color: 7964349.

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

Color convert

RGB189134121-
CMYK00.290.360.26
HSL11.47º34%60.78%-
HSV(B)11.47º35.98%74.12%-
XYZ32.9629.2522-
YUV148.96112.22156.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=42.57%
G=30.18%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913412100.290.360.2611.473460.78
HexBD867901D241Ab223d
Octal2752061710354432134275
Binary10111101100001101111001011101100100110101011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8679; }

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

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

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

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

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

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

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

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