#BD887A

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

Shades of Brandy Rose #BD887A

Tints of Brandy Rose #BD887A

Color information

#BD887A (or 0xBD887A) is unknown color: approx Brandy Rose. HEX triplet: BD, 88 and 7A. RGB value is (189,136,122). Sum of RGB (Red+Green+Blue) = 189+136+122=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887A is #427785. Grayscale: #969696. Windows color (decimal): -4355974 or 8030397. OLE color: 8030397.

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

Color convert

RGB189136122-
CMYK00.280.350.26
HSL12.54º33.67%60.98%-
HSV(B)12.54º35.45%74.12%-
XYZ33.329.8322.42-
YUV150.25112.06155.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=42.28%
G=30.43%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913612200.280.350.2612.5433.6760.98
HexBD887A01C231Ad223d
Octal2752101720344332154275
Binary10111101100010001111010011100100011110101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD887A; }

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

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

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

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

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

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

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

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