#BD8A6D

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

Shades of Brandy Rose #BD8A6D

Tints of Brandy Rose #BD8A6D

Color information

#BD8A6D (or 0xBD8A6D) is unknown color: approx Brandy Rose. HEX triplet: BD, 8A and 6D. RGB value is (189,138,109). Sum of RGB (Red+Green+Blue) = 189+138+109=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A6D is #427592. Grayscale: #969696. Windows color (decimal): -4355475 or 7178941. OLE color: 7178941.

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

Color convert

RGB189138109-
CMYK00.270.420.26
HSL21.75º37.74%58.43%-
HSV(B)21.75º42.33%74.12%-
XYZ32.8430.118.55-
YUV149.94104.9155.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 109 (42.97% from 255) = 25%
R=43.35%
G=31.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913810900.270.420.2621.7537.7458.43
HexBD8A6D01B2A1A16263a
Octal2752121550335232264672
Binary101111011000101011011010110111010101101010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A6D; }

 p { color: rgb(189,138,109); }

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

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

 a { background-color: rgb(189,138,109); }

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

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

 span { border-color: rgb(189,138,109); }

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