#BF4B00

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

Shades of Tenne (Tawny) #BF4B00

Tints of Tenne (Tawny) #BF4B00

Color information

#BF4B00 (or 0xBF4B00) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 4B and 00. RGB value is (191,75,0). Sum of RGB (Red+Green+Blue) = 191+75+0=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4B00 is #40B4FF. Grayscale: #656565. Windows color (decimal): -4240640 or 19391. OLE color: 19391.

HSL color Cylindrical-coordinate representation of color #BF4B00: hue angle of 23.56º 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 #BF4B00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191750-
CMYK00.6110.25
HSL23.56º100%37.45%-
HSV(B)23.56º100%74.9%-
XYZ2416.111.84-
YUV101.1370.93192.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.80%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.80%
G=28.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19175000.6110.2523.5610037.45
HexBF4B003D6419186425
Octal2771130075144313014445
Binary10111111100101100111101110010011001110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B00; }

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

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

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

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

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

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

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

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