#BD7D74

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

Shades of Brandy Rose #BD7D74

Tints of Brandy Rose #BD7D74

Color information

#BD7D74 (or 0xBD7D74) is unknown color: approx Brandy Rose. HEX triplet: BD, 7D and 74. RGB value is (189,125,116). Sum of RGB (Red+Green+Blue) = 189+125+116=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D74 is #42828B. Grayscale: #8F8F8F. Windows color (decimal): -4358796 or 7634365. OLE color: 7634365.

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

Color convert

RGB189125116-
CMYK00.340.390.26
HSL7.4º35.61%59.8%-
HSV(B)7.4º38.62%74.12%-
XYZ31.4726.7520.03-
YUV143.11112.7160.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=43.95%
G=29.07%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912511600.340.390.267.435.6159.8
HexBD7D74022271A7243c
Octal275175164042473274474
Binary1011110111111011110100010001010011111010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D74; }

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

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

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

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

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

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

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

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