#BC7B73

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

Shades of Brandy Rose #BC7B73

Tints of Brandy Rose #BC7B73

Color information

#BC7B73 (or 0xBC7B73) is unknown color: approx Brandy Rose. HEX triplet: BC, 7B and 73. RGB value is (188,123,115). Sum of RGB (Red+Green+Blue) = 188+123+115=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B73 is #43848C. Grayscale: #8D8D8D. Windows color (decimal): -4424845 or 7568316. OLE color: 7568316.

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

Color convert

RGB188123115-
CMYK00.350.390.26
HSL6.58º35.27%59.41%-
HSV(B)6.58º38.83%73.73%-
XYZ30.9226.119.63-
YUV141.52113.03161.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=44.13%
G=28.87%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812311500.350.390.266.5835.2759.41
HexBC7B73023271A7233b
Octal274173163043473274373
Binary1011110011110111110011010001110011111010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7B73; }

 p { color: rgb(188,123,115); }

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

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

 a { background-color: rgb(188,123,115); }

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

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

 span { border-color: rgb(188,123,115); }

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