#BD7C73

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

Shades of Brandy Rose #BD7C73

Tints of Brandy Rose #BD7C73

Color information

#BD7C73 (or 0xBD7C73) is unknown color: approx Brandy Rose. HEX triplet: BD, 7C and 73. RGB value is (189,124,115). Sum of RGB (Red+Green+Blue) = 189+124+115=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C73 is #42838C. Grayscale: #8E8E8E. Windows color (decimal): -4359053 or 7568573. OLE color: 7568573.

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

Color convert

RGB189124115-
CMYK00.340.390.26
HSL7.3º35.92%59.61%-
HSV(B)7.3º39.15%74.12%-
XYZ31.2926.4719.68-
YUV142.41112.53161.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=44.16%
G=28.97%
B=26.87%

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
Decimal18912411500.340.390.267.335.9259.61
HexBD7C73022271A7243c
Octal275174163042473274474
Binary1011110111111001110011010001010011111010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C73; }

 p { color: rgb(189,124,115); }

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

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

 a { background-color: rgb(189,124,115); }

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

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

 span { border-color: rgb(189,124,115); }

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