#BC690A

Color #BC690A Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BC690A

Tints of Tenne (Tawny) #BC690A

Color information

#BC690A (or 0xBC690A) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 69 and 0A. RGB value is (188,105,10). Sum of RGB (Red+Green+Blue) = 188+105+10=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC690A is #4396F5. Grayscale: #777777. Windows color (decimal): -4429558 or 682428. OLE color: 682428.

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

Color convert

RGB18810510-
CMYK00.440.950.26
HSL32.02º89.9%38.82%-
HSV(B)32.02º94.68%73.73%-
XYZ25.8520.822.94-
YUV118.9966.5177.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 10 (4.30% from 255) = 3.30%
R=62.05%
G=34.65%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881051000.440.950.2632.0289.938.82
HexBC69A02C5F1A205a27
Octal27415112054137324013247
Binary101111001101001101001011001011111110101000001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC690A; }

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

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

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

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

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

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

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

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