#BD8B7B

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

Shades of Brandy Rose #BD8B7B

Tints of Brandy Rose #BD8B7B

Color information

#BD8B7B (or 0xBD8B7B) is unknown color: approx Brandy Rose. HEX triplet: BD, 8B and 7B. RGB value is (189,139,123). Sum of RGB (Red+Green+Blue) = 189+139+123=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B7B is #427484. Grayscale: #989898. Windows color (decimal): -4355205 or 8096701. OLE color: 8096701.

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

Color convert

RGB189139123-
CMYK00.260.350.26
HSL14.55º33.33%61.18%-
HSV(B)14.55º34.92%74.12%-
XYZ33.7930.7122.89-
YUV152.13111.56154.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=41.91%
G=30.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913912300.260.350.2614.5533.3361.18
HexBD8B7B01A231Af213d
Octal2752131730324332174175
Binary10111101100010111111011011010100011110101111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B7B; }

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

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

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

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

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

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

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

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