#BD7E75

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

Shades of Brandy Rose #BD7E75

Tints of Brandy Rose #BD7E75

Color information

#BD7E75 (or 0xBD7E75) is unknown color: approx Brandy Rose. HEX triplet: BD, 7E and 75. RGB value is (189,126,117). Sum of RGB (Red+Green+Blue) = 189+126+117=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E75 is #42818A. Grayscale: #8F8F8F. Windows color (decimal): -4358539 or 7700157. OLE color: 7700157.

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

Color convert

RGB189126117-
CMYK00.330.380.26
HSL7.5º35.29%60%-
HSV(B)7.5º38.1%74.12%-
XYZ31.6627.0220.38-
YUV143.81112.87160.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=43.75%
G=29.17%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912611700.330.380.267.535.2960
HexBD7E75021261A7233c
Octal275176165041463274374
Binary1011110111111101110101010000110011011010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E75; }

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

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

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

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

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

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

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

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