#bf5b00

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

Shades of Tenne (Tawny) #BF5B00

Tints of Tenne (Tawny) #BF5B00

Color information

#BF5B00 (or 0xBF5B00) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 5B and 00. RGB value is (191,91,0). Sum of RGB (Red+Green+Blue) = 191+91+0=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5B00 is #40A4FF. Grayscale: #6E6E6E. Windows color (decimal): -4236544 or 23487. OLE color: 23487.

HSL color Cylindrical-coordinate representation of color #BF5B00: hue angle of 28.59º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF5B00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191910-
CMYK00.5210.25
HSL28.59º100%37.45%-
HSV(B)28.59º100%74.9%-
XYZ25.2318.562.25-
YUV110.5365.63185.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.73%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.73%
G=32.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19191000.5210.2528.5910037.45
HexBF5B003464191d6425
Octal2771330064144313514445
Binary10111111101101100110100110010011001111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5b00; }

 p { color: rgb(191,91,0); }

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

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

 a { background-color: rgb(191,91,0); }

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

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

 span { border-color: rgb(191,91,0); }

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