#BD7E6A

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

Shades of Brandy Rose #BD7E6A

Tints of Brandy Rose #BD7E6A

Color information

#BD7E6A (or 0xBD7E6A) is unknown color: approx Brandy Rose. HEX triplet: BD, 7E and 6A. RGB value is (189,126,106). Sum of RGB (Red+Green+Blue) = 189+126+106=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E6A is #428195. Grayscale: #8E8E8E. Windows color (decimal): -4358550 or 6979261. OLE color: 6979261.

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

Color convert

RGB189126106-
CMYK00.330.440.26
HSL14.46º38.6%57.84%-
HSV(B)14.46º43.92%74.12%-
XYZ31.0526.7817.17-
YUV142.56107.37161.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=44.89%
G=29.93%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912610600.330.440.2614.4638.657.84
HexBD7E6A0212C1Ae273a
Octal2751761520415432164772
Binary10111101111111011010100100001101100110101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E6A; }

 p { color: rgb(189,126,106); }

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

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

 a { background-color: rgb(189,126,106); }

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

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

 span { border-color: rgb(189,126,106); }

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