#BD8B7D

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

Shades of Brandy Rose #BD8B7D

Tints of Brandy Rose #BD8B7D

Color information

#BD8B7D (or 0xBD8B7D) is unknown color: approx Brandy Rose. HEX triplet: BD, 8B and 7D. RGB value is (189,139,125). Sum of RGB (Red+Green+Blue) = 189+139+125=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B7D is #427482. Grayscale: #989898. Windows color (decimal): -4355203 or 8227773. OLE color: 8227773.

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

Color convert

RGB189139125-
CMYK00.260.340.26
HSL13.13º32.65%61.57%-
HSV(B)13.13º33.86%74.12%-
XYZ33.9230.7623.55-
YUV152.35112.56154.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=41.72%
G=30.68%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913912500.260.340.2613.1332.6561.57
HexBD8B7D01A221Ad213e
Octal2752131750324232154176
Binary10111101100010111111101011010100010110101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B7D; }

 p { color: rgb(189,139,125); }

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

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

 a { background-color: rgb(189,139,125); }

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

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

 span { border-color: rgb(189,139,125); }

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