#BD7F7D

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

Shades of Brandy Rose #BD7F7D

Tints of Brandy Rose #BD7F7D

Color information

#BD7F7D (or 0xBD7F7D) is unknown color: approx Brandy Rose. HEX triplet: BD, 7F and 7D. RGB value is (189,127,125). Sum of RGB (Red+Green+Blue) = 189+127+125=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F7D is #428082. Grayscale: #919191. Windows color (decimal): -4358275 or 8224701. OLE color: 8224701.

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

Color convert

RGB189127125-
CMYK00.330.340.26
HSL1.87º32.65%61.57%-
HSV(B)1.87º33.86%74.12%-
XYZ32.2827.4823-
YUV145.31116.54159.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=42.86%
G=28.80%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912712500.330.340.261.8732.6561.57
HexBD7F7D021221A2213e
Octal275177175041423224176
Binary101111011111111111110101000011000101101010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F7D; }

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

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

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

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

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

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

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

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