#BF5A08

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

Shades of Tenne (Tawny) #BF5A08

Tints of Tenne (Tawny) #BF5A08

Color information

#BF5A08 (or 0xBF5A08) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 5A and 08. RGB value is (191,90,8). Sum of RGB (Red+Green+Blue) = 191+90+8=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5A08 is #40A5F7. Grayscale: #6F6F6F. Windows color (decimal): -4236792 or 547519. OLE color: 547519.

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

Color convert

RGB191908-
CMYK00.530.960.25
HSL26.89º91.96%39.02%-
HSV(B)26.89º95.81%74.9%-
XYZ25.1918.412.46-
YUV110.8569.96185.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.09%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 8 (3.52% from 255) = 2.77%
R=66.09%
G=31.14%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19190800.530.960.2526.8991.9639.02
HexBF5A803560191b5c27
Octal27713210065140313313447
Binary10111111101101010000110101110000011001110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A08; }

 p { color: rgb(191,90,8); }

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

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

 a { background-color: rgb(191,90,8); }

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

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

 span { border-color: rgb(191,90,8); }

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