#BD8B7A

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

Shades of Brandy Rose #BD8B7A

Tints of Brandy Rose #BD8B7A

Color information

#BD8B7A (or 0xBD8B7A) is unknown color: approx Brandy Rose. HEX triplet: BD, 8B and 7A. RGB value is (189,139,122). Sum of RGB (Red+Green+Blue) = 189+139+122=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B7A is #427485. Grayscale: #989898. Windows color (decimal): -4355206 or 8031165. OLE color: 8031165.

HSL color Cylindrical-coordinate representation of color #BD8B7A: hue angle of 15.22º degrees, saturation: 0.34, 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 #BD8B7A is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189139122-
CMYK00.260.350.26
HSL15.22º33.67%60.98%-
HSV(B)15.22º35.45%74.12%-
XYZ33.7330.6922.56-
YUV152.01111.06154.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=42%
G=30.89%
B=27.11%

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
Decimal18913912200.260.350.2615.2233.6760.98
HexBD8B7A01A231Af223d
Octal2752131720324332174275
Binary10111101100010111111010011010100011110101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B7A; }

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

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

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

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

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

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

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

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