#BD7E7A

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

Shades of Brandy Rose #BD7E7A

Tints of Brandy Rose #BD7E7A

Color information

#BD7E7A (or 0xBD7E7A) is unknown color: approx Brandy Rose. HEX triplet: BD, 7E and 7A. RGB value is (189,126,122). Sum of RGB (Red+Green+Blue) = 189+126+122=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E7A is #428185. Grayscale: #909090. Windows color (decimal): -4358534 or 8027837. OLE color: 8027837.

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

Color convert

RGB189126122-
CMYK00.330.350.26
HSL3.58º33.67%60.98%-
HSV(B)3.58º35.45%74.12%-
XYZ31.9627.1521.97-
YUV144.38115.37159.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=43.25%
G=28.83%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912612200.330.350.263.5833.6760.98
HexBD7E7A021231A4223d
Octal275176172041433244275
Binary1011110111111101111010010000110001111010100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E7A; }

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

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

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

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

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

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

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

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