#BF630F

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

Shades of Tenne (Tawny) #BF630F

Tints of Tenne (Tawny) #BF630F

Color information

#BF630F (or 0xBF630F) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 63 and 0F. RGB value is (191,99,15). Sum of RGB (Red+Green+Blue) = 191+99+15=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF630F is #409CF0. Grayscale: #757575. Windows color (decimal): -4234481 or 1008575. OLE color: 1008575.

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

Color convert

RGB1919915-
CMYK00.480.920.25
HSL28.64º85.44%40.39%-
HSV(B)28.64º92.15%74.9%-
XYZ26.0320.032.95-
YUV116.9370.48180.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.62%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=62.62%
G=32.46%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191991500.480.920.2528.6485.4440.39
HexBF63F0305C191d5528
Octal27714317060134313512550
Binary10111111110001111110110000101110011001111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF630F; }

 p { color: rgb(191,99,15); }

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

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

 a { background-color: rgb(191,99,15); }

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

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

 span { border-color: rgb(191,99,15); }

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