#BC8269

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

Shades of Brandy Rose #BC8269

Tints of Brandy Rose #BC8269

Color information

#BC8269 (or 0xBC8269) is unknown color: approx Brandy Rose. HEX triplet: BC, 82 and 69. RGB value is (188,130,105). Sum of RGB (Red+Green+Blue) = 188+130+105=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8269 is #437D96. Grayscale: #909090. Windows color (decimal): -4423063 or 6914748. OLE color: 6914748.

HSL color Cylindrical-coordinate representation of color #BC8269: hue angle of 18.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8269 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188130105-
CMYK00.310.440.26
HSL18.07º38.25%57.45%-
HSV(B)18.07º44.15%73.73%-
XYZ31.2727.6817.06-
YUV144.49105.72159.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=44.44%
G=30.73%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813010500.310.440.2618.0738.2557.45
HexBC826901F2C1A122639
Octal2742021510375432224671
Binary101111001000001011010010111111011001101010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8269; }

 p { color: rgb(188,130,105); }

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

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

 a { background-color: rgb(188,130,105); }

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

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

 span { border-color: rgb(188,130,105); }

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