#BC8375

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

Shades of Brandy Rose #BC8375

Tints of Brandy Rose #BC8375

Color information

#BC8375 (or 0xBC8375) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 75. RGB value is (188,131,117). Sum of RGB (Red+Green+Blue) = 188+131+117=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8375 is #437C8A. Grayscale: #929292. Windows color (decimal): -4422795 or 7701436. OLE color: 7701436.

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

Color convert

RGB188131117-
CMYK00.300.380.26
HSL11.83º34.63%59.8%-
HSV(B)11.83º37.77%73.73%-
XYZ32.0728.2120.58-
YUV146.45111.38157.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=43.12%
G=30.05%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813111700.300.380.2611.8334.6359.8
HexBC837501E261Ac233c
Octal2742031650364632144374
Binary10111100100000111110101011110100110110101100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8375; }

 p { color: rgb(188,131,117); }

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

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

 a { background-color: rgb(188,131,117); }

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

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

 span { border-color: rgb(188,131,117); }

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