#BD7F69

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

Shades of Brandy Rose #BD7F69

Tints of Brandy Rose #BD7F69

Color information

#BD7F69 (or 0xBD7F69) is unknown color: approx Brandy Rose. HEX triplet: BD, 7F and 69. RGB value is (189,127,105). Sum of RGB (Red+Green+Blue) = 189+127+105=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F69 is #428096. Grayscale: #8F8F8F. Windows color (decimal): -4358295 or 6913981. OLE color: 6913981.

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

Color convert

RGB189127105-
CMYK00.330.440.26
HSL15.71º38.89%57.65%-
HSV(B)15.71º44.44%74.12%-
XYZ31.1327.0216.94-
YUV143.03106.54160.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=44.89%
G=30.17%
B=24.94%

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
Decimal18912710500.330.440.2615.7138.8957.65
HexBD7F690212C1A10273a
Octal2751771510415432204772
Binary101111011111111110100101000011011001101010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F69; }

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

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

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

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

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

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

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

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