#BD7F6A

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

Shades of Brandy Rose #BD7F6A

Tints of Brandy Rose #BD7F6A

Color information

#BD7F6A (or 0xBD7F6A) is unknown color: approx Brandy Rose. HEX triplet: BD, 7F and 6A. RGB value is (189,127,106). Sum of RGB (Red+Green+Blue) = 189+127+106=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F6A is #428095. Grayscale: #8F8F8F. Windows color (decimal): -4358294 or 6979517. OLE color: 6979517.

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

Color convert

RGB189127106-
CMYK00.330.440.26
HSL15.18º38.6%57.84%-
HSV(B)15.18º43.92%74.12%-
XYZ31.1827.0417.21-
YUV143.14107.04160.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=44.79%
G=30.09%
B=25.12%

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
Decimal18912710600.330.440.2615.1838.657.84
HexBD7F6A0212C1Af273a
Octal2751771520415432174772
Binary10111101111111111010100100001101100110101111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F6A; }

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

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

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

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

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

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

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

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