#BF600A

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

Shades of Tenne (Tawny) #BF600A

Tints of Tenne (Tawny) #BF600A

Color information

#BF600A (or 0xBF600A) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 60 and 0A. RGB value is (191,96,10). Sum of RGB (Red+Green+Blue) = 191+96+10=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF600A is #409FF5. Grayscale: #737373. Windows color (decimal): -4235254 or 680127. OLE color: 680127.

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

Color convert

RGB1919610-
CMYK00.500.950.25
HSL28.51º90.05%39.41%-
HSV(B)28.51º94.76%74.9%-
XYZ25.7219.462.69-
YUV114.668.97182.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.31%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=64.31%
G=32.32%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191961000.500.950.2528.5190.0539.41
HexBF60A0325F191d5a27
Octal27714012062137313513247
Binary10111111110000010100110010101111111001111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF600A; }

 p { color: rgb(191,96,10); }

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

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

 a { background-color: rgb(191,96,10); }

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

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

 span { border-color: rgb(191,96,10); }

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