#BC8073

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

Shades of Brandy Rose #BC8073

Tints of Brandy Rose #BC8073

Color information

#BC8073 (or 0xBC8073) is unknown color: approx Brandy Rose. HEX triplet: BC, 80 and 73. RGB value is (188,128,115). Sum of RGB (Red+Green+Blue) = 188+128+115=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8073 is #437F8C. Grayscale: #909090. Windows color (decimal): -4423565 or 7569596. OLE color: 7569596.

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

Color convert

RGB188128115-
CMYK00.320.390.26
HSL10.68º35.27%59.41%-
HSV(B)10.68º38.83%73.73%-
XYZ31.5527.3719.84-
YUV144.46111.38159.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=43.62%
G=29.70%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812811500.320.390.2610.6835.2759.41
HexBC8073020271Ab233b
Octal2742001630404732134373
Binary101111001000000011100110100000100111110101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8073; }

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

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

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

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

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

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

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

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